@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.mjs
CHANGED
|
@@ -10986,7 +10986,7 @@ var DlmmModule = class {
|
|
|
10986
10986
|
pos_object_id: fields.id.id,
|
|
10987
10987
|
owner: ownerWarp.AddressOwner,
|
|
10988
10988
|
pool: fields.pair_id,
|
|
10989
|
-
|
|
10989
|
+
bin_real_ids: fields.bin_ids.map((id) => get_real_id(id)),
|
|
10990
10990
|
type: ""
|
|
10991
10991
|
};
|
|
10992
10992
|
}
|