@magmaprotocol/magma-clmm-sdk 0.5.24 → 0.5.26
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
|
@@ -9236,7 +9236,7 @@ var GaugeModule = class {
|
|
|
9236
9236
|
;
|
|
9237
9237
|
value.infos.forEach((info) => {
|
|
9238
9238
|
if (info.info) {
|
|
9239
|
-
if (res.findIndex((position) => position.pos_object_id === info.info.
|
|
9239
|
+
if (res.findIndex((position) => position.pos_object_id === info.info.fields.position_id) === -1) {
|
|
9240
9240
|
res.push({
|
|
9241
9241
|
coin_type_a: coins[0],
|
|
9242
9242
|
coin_type_b: coins[1],
|