@magmaprotocol/magma-clmm-sdk 0.5.57 → 0.5.58
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 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11161,9 +11161,6 @@ var DlmmModule = class {
|
|
|
11161
11161
|
this.updateCache(`${DlmmScript}_positionList_poolList`, poolList, cacheTime24h);
|
|
11162
11162
|
const pool_reward_coins = await this.getPairRewarders(_params);
|
|
11163
11163
|
const out = [];
|
|
11164
|
-
for (let index = 0; index < allPosition.length; index++) {
|
|
11165
|
-
const item = allPosition[index];
|
|
11166
|
-
}
|
|
11167
11164
|
for (const item of allPosition) {
|
|
11168
11165
|
const pool = poolList.find((pool2) => pool2.pool_id === item.pool);
|
|
11169
11166
|
const coins = pool_coins.get(item.pool) || ["", ""];
|