@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.js CHANGED
@@ -11279,7 +11279,7 @@ var DlmmModule = class {
11279
11279
  const cacheKey = `${position.pos_object_id}_getPositionList`;
11280
11280
  this.updateCache(cacheKey, position, cacheTime24h);
11281
11281
  if (hasAssignPoolIds) {
11282
- if (assignPoolIds.includes(position.pool)) {
11282
+ if (assignPoolIds.includes(position.pos_object_id)) {
11283
11283
  allPosition.push(position);
11284
11284
  }
11285
11285
  } else {