@magmaprotocol/magma-clmm-sdk 0.5.25 → 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.js
CHANGED
|
@@ -9439,7 +9439,7 @@ var GaugeModule = class {
|
|
|
9439
9439
|
;
|
|
9440
9440
|
value.infos.forEach((info) => {
|
|
9441
9441
|
if (info.info) {
|
|
9442
|
-
if (res.findIndex((position) => position.pos_object_id === info.info.
|
|
9442
|
+
if (res.findIndex((position) => position.pos_object_id === info.info.fields.position_id) === -1) {
|
|
9443
9443
|
res.push({
|
|
9444
9444
|
coin_type_a: coins[0],
|
|
9445
9445
|
coin_type_b: coins[1],
|