@magmaprotocol/magma-clmm-sdk 0.5.61 → 0.5.62

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.d.ts CHANGED
@@ -1840,7 +1840,7 @@ type DlmmPosition = {
1840
1840
  owner: SuiObjectIdType;
1841
1841
  pool: SuiObjectIdType;
1842
1842
  type: SuiAddressType;
1843
- bin_ids: number[];
1843
+ bin_real_ids: number[];
1844
1844
  };
1845
1845
  type DlmmPositionInfo = {
1846
1846
  position: DlmmPosition;
package/dist/index.js CHANGED
@@ -11204,7 +11204,7 @@ var DlmmModule = class {
11204
11204
  pos_object_id: fields.id.id,
11205
11205
  owner: ownerWarp.AddressOwner,
11206
11206
  pool: fields.pair_id,
11207
- bin_ids: fields.bin_ids,
11207
+ bin_real_ids: fields.bin_ids.map((id) => (0, import_calc_dlmm3.get_real_id)(id)),
11208
11208
  type: ""
11209
11209
  };
11210
11210
  }