@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 +1 -1
- 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.d.ts
CHANGED
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
|
-
|
|
11207
|
+
bin_real_ids: fields.bin_ids.map((id) => (0, import_calc_dlmm3.get_real_id)(id)),
|
|
11208
11208
|
type: ""
|
|
11209
11209
|
};
|
|
11210
11210
|
}
|