@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 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.pos_object_id)) {
11319
+ if (assignPoolIds.includes(position.pool)) {
11320
11320
  allPosition.push(position);
11321
11321
  }
11322
11322
  } else {