@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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9135,7 +9135,7 @@ var GaugeModule = class {
|
|
|
9135
9135
|
}
|
|
9136
9136
|
const type = getObjectType(item);
|
|
9137
9137
|
const poolTypeFields = extractStructTagFromType(type);
|
|
9138
|
-
poolCoins.set(
|
|
9138
|
+
poolCoins.set(item.data.objectId, poolTypeFields.type_arguments);
|
|
9139
9139
|
});
|
|
9140
9140
|
return poolCoins;
|
|
9141
9141
|
}
|