@magmaprotocol/magma-clmm-sdk 0.5.20 → 0.5.22
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 +8 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9238,11 +9238,11 @@ var GaugeModule = class {
|
|
|
9238
9238
|
res.push({
|
|
9239
9239
|
coin_type_a: coins[0],
|
|
9240
9240
|
coin_type_b: coins[1],
|
|
9241
|
-
liquidity: info.info.liquidity,
|
|
9242
|
-
tick_lower_index: asIntN(BigInt(info.info.tick_lower_index.bits)),
|
|
9243
|
-
tick_upper_index: asIntN(BigInt(info.info.tick_upper_index.bits)),
|
|
9244
|
-
pos_object_id: info.info.position_id,
|
|
9245
|
-
magma_distribution_staked: info.info.magma_distribution_staked,
|
|
9241
|
+
liquidity: info.info.fields.liquidity,
|
|
9242
|
+
tick_lower_index: asIntN(BigInt(info.info.fields.tick_lower_index.fields.bits)),
|
|
9243
|
+
tick_upper_index: asIntN(BigInt(info.info.fields.tick_upper_index.fields.bits)),
|
|
9244
|
+
pos_object_id: info.info.fields.position_id,
|
|
9245
|
+
magma_distribution_staked: info.info.fields.magma_distribution_staked,
|
|
9246
9246
|
pool: info.pool_id,
|
|
9247
9247
|
earned: info.earned,
|
|
9248
9248
|
name: info.name
|
|
@@ -9679,7 +9679,7 @@ var SDKConfig = {
|
|
|
9679
9679
|
coin_list_handle: "0x49136005e90e28c4695419ed4194cc240603f1ea8eb84e62275eaff088a71063",
|
|
9680
9680
|
launchpad_pools_handle: "0x5e194a8efcf653830daf85a85b52e3ae8f65dc39481d54b2382acda25068375c",
|
|
9681
9681
|
clmm_pools_handle: "0x37f60eb2d9d227949b95da8fea810db3c32d1e1fa8ed87434fc51664f87d83cb",
|
|
9682
|
-
global_config_id: "
|
|
9682
|
+
global_config_id: "0x4c4e1402401f72c7d8533d0ed8d5f8949da363c7a3319ccef261ffe153d32f8a",
|
|
9683
9683
|
voter_id: "0xaab0f3a90da96d29d743e09c269e1ae48ec1bae52a28cd38c49c5dc8c1bf92b8",
|
|
9684
9684
|
voting_escrow_id: "0x7ab45fbe01da26e07ba21757916d540c8747cf7daa88f3171e13db17373d5adc",
|
|
9685
9685
|
reward_distributor_id: "0x9f4f882245e49fd9213278dfbcb63a14fdbdd2ce7e25e9353a0cecdca30de853",
|
|
@@ -9708,8 +9708,8 @@ var clmmMainnet = {
|
|
|
9708
9708
|
published_at: "0xee4a1f231dc45a303389998fe26c4e39278cf68b404b32e4f0b9769129b8267b"
|
|
9709
9709
|
},
|
|
9710
9710
|
integrate: {
|
|
9711
|
-
package_id: "
|
|
9712
|
-
published_at: "
|
|
9711
|
+
package_id: "0x2e704d8afc1d6d7f154dee337cc14c153f6f9ce1708213e5dc04a32afe0e45f1",
|
|
9712
|
+
published_at: "0x2e704d8afc1d6d7f154dee337cc14c153f6f9ce1708213e5dc04a32afe0e45f1"
|
|
9713
9713
|
},
|
|
9714
9714
|
deepbook: {
|
|
9715
9715
|
package_id: "0x000000000000000000000000000000000000000000000000000000000000dee9",
|