@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.mjs
CHANGED
|
@@ -11452,7 +11452,6 @@ var DlmmModule = class {
|
|
|
11452
11452
|
}
|
|
11453
11453
|
// return pool_id => reward_tokens
|
|
11454
11454
|
async getPairRewarders(params) {
|
|
11455
|
-
params = [params[0]];
|
|
11456
11455
|
let tx = new Transaction12();
|
|
11457
11456
|
for (const param of params) {
|
|
11458
11457
|
tx = await this._getPairRewarders(param, tx);
|