@magmaprotocol/magma-clmm-sdk 0.5.97 → 0.5.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11665,7 +11665,6 @@ var DlmmModule = class {
|
|
|
11665
11665
|
}
|
|
11666
11666
|
// return pool_id => reward_tokens
|
|
11667
11667
|
async getPairRewarders(params) {
|
|
11668
|
-
params = [params[0]];
|
|
11669
11668
|
let tx = new import_transactions12.Transaction();
|
|
11670
11669
|
for (const param of params) {
|
|
11671
11670
|
tx = await this._getPairRewarders(param, tx);
|