@magmaprotocol/magma-clmm-sdk 0.5.20 → 0.5.21
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 +5 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7199,6 +7199,8 @@ var SwapModule = class {
|
|
|
7199
7199
|
const { global_config_id } = getPackagerConfigs(this.sdk.sdkOptions.magma_config);
|
|
7200
7200
|
const tx = new import_transactions8.Transaction();
|
|
7201
7201
|
const typeArguments = [params.coinTypeA, params.coinTypeB];
|
|
7202
|
+
console.log("############ integrate.published_at", integrate.published_at, ClmmFetcherModule);
|
|
7203
|
+
console.log("####### global_config_id", global_config_id);
|
|
7202
7204
|
const args = [
|
|
7203
7205
|
tx.object(global_config_id),
|
|
7204
7206
|
tx.object(params.pool.poolAddress),
|
|
@@ -9882,7 +9884,7 @@ var SDKConfig = {
|
|
|
9882
9884
|
coin_list_handle: "0x49136005e90e28c4695419ed4194cc240603f1ea8eb84e62275eaff088a71063",
|
|
9883
9885
|
launchpad_pools_handle: "0x5e194a8efcf653830daf85a85b52e3ae8f65dc39481d54b2382acda25068375c",
|
|
9884
9886
|
clmm_pools_handle: "0x37f60eb2d9d227949b95da8fea810db3c32d1e1fa8ed87434fc51664f87d83cb",
|
|
9885
|
-
global_config_id: "
|
|
9887
|
+
global_config_id: "0x4c4e1402401f72c7d8533d0ed8d5f8949da363c7a3319ccef261ffe153d32f8a",
|
|
9886
9888
|
voter_id: "0xaab0f3a90da96d29d743e09c269e1ae48ec1bae52a28cd38c49c5dc8c1bf92b8",
|
|
9887
9889
|
voting_escrow_id: "0x7ab45fbe01da26e07ba21757916d540c8747cf7daa88f3171e13db17373d5adc",
|
|
9888
9890
|
reward_distributor_id: "0x9f4f882245e49fd9213278dfbcb63a14fdbdd2ce7e25e9353a0cecdca30de853",
|
|
@@ -9911,8 +9913,8 @@ var clmmMainnet = {
|
|
|
9911
9913
|
published_at: "0xee4a1f231dc45a303389998fe26c4e39278cf68b404b32e4f0b9769129b8267b"
|
|
9912
9914
|
},
|
|
9913
9915
|
integrate: {
|
|
9914
|
-
package_id: "
|
|
9915
|
-
published_at: "
|
|
9916
|
+
package_id: "0x2e704d8afc1d6d7f154dee337cc14c153f6f9ce1708213e5dc04a32afe0e45f1",
|
|
9917
|
+
published_at: "0x2e704d8afc1d6d7f154dee337cc14c153f6f9ce1708213e5dc04a32afe0e45f1"
|
|
9916
9918
|
},
|
|
9917
9919
|
deepbook: {
|
|
9918
9920
|
package_id: "0x000000000000000000000000000000000000000000000000000000000000dee9",
|