@magmaprotocol/magma-clmm-sdk 0.5.11 → 0.5.13

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
@@ -9338,7 +9338,7 @@ var GaugeModule = class {
9338
9338
  }
9339
9339
  const type = getObjectType(item);
9340
9340
  const poolTypeFields = extractStructTagFromType(type);
9341
- poolCoins.set(poolTypeFields.address, poolTypeFields.type_arguments);
9341
+ poolCoins.set(item.data.objectId, poolTypeFields.type_arguments);
9342
9342
  });
9343
9343
  return poolCoins;
9344
9344
  }