@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.mjs CHANGED
@@ -11103,7 +11103,7 @@ var AlmmModule = class {
11103
11103
  const cacheKey = `${position.pos_object_id}_getPositionList`;
11104
11104
  this.updateCache(cacheKey, position, cacheTime24h);
11105
11105
  if (hasAssignPoolIds) {
11106
- if (assignPoolIds.includes(position.pos_object_id)) {
11106
+ if (assignPoolIds.includes(position.pool)) {
11107
11107
  allPosition.push(position);
11108
11108
  }
11109
11109
  } else {