@magmaprotocol/magma-clmm-sdk 0.5.91 → 0.5.93

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
@@ -11066,7 +11066,7 @@ var DlmmModule = class {
11066
11066
  const cacheKey = `${position.pos_object_id}_getPositionList`;
11067
11067
  this.updateCache(cacheKey, position, cacheTime24h);
11068
11068
  if (hasAssignPoolIds) {
11069
- if (assignPoolIds.includes(position.pool)) {
11069
+ if (assignPoolIds.includes(position.pos_object_id)) {
11070
11070
  allPosition.push(position);
11071
11071
  }
11072
11072
  } else {