@magmaprotocol/magma-clmm-sdk 0.5.109 → 0.5.111
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
|
@@ -11316,7 +11316,7 @@ var AlmmModule = class {
|
|
|
11316
11316
|
const cacheKey = `${position.pos_object_id}_getPositionList`;
|
|
11317
11317
|
this.updateCache(cacheKey, position, cacheTime24h);
|
|
11318
11318
|
if (hasAssignPoolIds) {
|
|
11319
|
-
if (assignPoolIds.includes(position.
|
|
11319
|
+
if (assignPoolIds.includes(position.pool)) {
|
|
11320
11320
|
allPosition.push(position);
|
|
11321
11321
|
}
|
|
11322
11322
|
} else {
|