@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.mjs
CHANGED
|
@@ -11260,7 +11260,7 @@ var AlmmModule = class {
|
|
|
11260
11260
|
for (const item of allPosition) {
|
|
11261
11261
|
poolMap.add(item.pool);
|
|
11262
11262
|
}
|
|
11263
|
-
const poolList = await this.getPoolInfo(Array.from(poolMap));
|
|
11263
|
+
const poolList = await this.getPoolInfo(Array.from(poolMap), false);
|
|
11264
11264
|
const _params = [];
|
|
11265
11265
|
for (const pool of poolList) {
|
|
11266
11266
|
_params.push({
|