@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.mjs
CHANGED
|
@@ -10943,9 +10943,6 @@ var DlmmModule = class {
|
|
|
10943
10943
|
this.updateCache(`${DlmmScript}_positionList_poolList`, poolList, cacheTime24h);
|
|
10944
10944
|
const pool_reward_coins = await this.getPairRewarders(_params);
|
|
10945
10945
|
const out = [];
|
|
10946
|
-
for (let index = 0; index < allPosition.length; index++) {
|
|
10947
|
-
const item = allPosition[index];
|
|
10948
|
-
}
|
|
10949
10946
|
for (const item of allPosition) {
|
|
10950
10947
|
const pool = poolList.find((pool2) => pool2.pool_id === item.pool);
|
|
10951
10948
|
const coins = pool_coins.get(item.pool) || ["", ""];
|