@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.js
CHANGED
|
@@ -9441,11 +9441,11 @@ var GaugeModule = class {
|
|
|
9441
9441
|
res.push({
|
|
9442
9442
|
coin_type_a: coins[0],
|
|
9443
9443
|
coin_type_b: coins[1],
|
|
9444
|
-
liquidity: info.info.liquidity,
|
|
9445
|
-
tick_lower_index: asIntN(BigInt(info.info.tick_lower_index.bits)),
|
|
9446
|
-
tick_upper_index: asIntN(BigInt(info.info.tick_upper_index.bits)),
|
|
9447
|
-
pos_object_id: info.info.position_id,
|
|
9448
|
-
magma_distribution_staked: info.info.magma_distribution_staked,
|
|
9444
|
+
liquidity: info.info.fields.liquidity,
|
|
9445
|
+
tick_lower_index: asIntN(BigInt(info.info.fields.tick_lower_index.fields.bits)),
|
|
9446
|
+
tick_upper_index: asIntN(BigInt(info.info.fields.tick_upper_index.fields.bits)),
|
|
9447
|
+
pos_object_id: info.info.fields.position_id,
|
|
9448
|
+
magma_distribution_staked: info.info.fields.magma_distribution_staked,
|
|
9449
9449
|
pool: info.pool_id,
|
|
9450
9450
|
earned: info.earned,
|
|
9451
9451
|
name: info.name
|
|
@@ -9882,7 +9882,7 @@ var SDKConfig = {
|
|
|
9882
9882
|
coin_list_handle: "0x49136005e90e28c4695419ed4194cc240603f1ea8eb84e62275eaff088a71063",
|
|
9883
9883
|
launchpad_pools_handle: "0x5e194a8efcf653830daf85a85b52e3ae8f65dc39481d54b2382acda25068375c",
|
|
9884
9884
|
clmm_pools_handle: "0x37f60eb2d9d227949b95da8fea810db3c32d1e1fa8ed87434fc51664f87d83cb",
|
|
9885
|
-
global_config_id: "
|
|
9885
|
+
global_config_id: "0x4c4e1402401f72c7d8533d0ed8d5f8949da363c7a3319ccef261ffe153d32f8a",
|
|
9886
9886
|
voter_id: "0xaab0f3a90da96d29d743e09c269e1ae48ec1bae52a28cd38c49c5dc8c1bf92b8",
|
|
9887
9887
|
voting_escrow_id: "0x7ab45fbe01da26e07ba21757916d540c8747cf7daa88f3171e13db17373d5adc",
|
|
9888
9888
|
reward_distributor_id: "0x9f4f882245e49fd9213278dfbcb63a14fdbdd2ce7e25e9353a0cecdca30de853",
|
|
@@ -9911,8 +9911,8 @@ var clmmMainnet = {
|
|
|
9911
9911
|
published_at: "0xee4a1f231dc45a303389998fe26c4e39278cf68b404b32e4f0b9769129b8267b"
|
|
9912
9912
|
},
|
|
9913
9913
|
integrate: {
|
|
9914
|
-
package_id: "
|
|
9915
|
-
published_at: "
|
|
9914
|
+
package_id: "0x2e704d8afc1d6d7f154dee337cc14c153f6f9ce1708213e5dc04a32afe0e45f1",
|
|
9915
|
+
published_at: "0x2e704d8afc1d6d7f154dee337cc14c153f6f9ce1708213e5dc04a32afe0e45f1"
|
|
9916
9916
|
},
|
|
9917
9917
|
deepbook: {
|
|
9918
9918
|
package_id: "0x000000000000000000000000000000000000000000000000000000000000dee9",
|