@magmaprotocol/magma-clmm-sdk 0.5.128 → 0.5.129
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11473,7 +11473,7 @@ var AlmmModule = class {
|
|
|
11473
11473
|
for (const item of allPosition) {
|
|
11474
11474
|
poolMap.add(item.pool);
|
|
11475
11475
|
}
|
|
11476
|
-
const poolList = await this.getPoolInfo(Array.from(poolMap));
|
|
11476
|
+
const poolList = await this.getPoolInfo(Array.from(poolMap), false);
|
|
11477
11477
|
const _params = [];
|
|
11478
11478
|
for (const pool of poolList) {
|
|
11479
11479
|
_params.push({
|