@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.mjs
CHANGED
|
@@ -6994,6 +6994,8 @@ var SwapModule = class {
|
|
|
6994
6994
|
const { global_config_id } = getPackagerConfigs(this.sdk.sdkOptions.magma_config);
|
|
6995
6995
|
const tx = new Transaction8();
|
|
6996
6996
|
const typeArguments = [params.coinTypeA, params.coinTypeB];
|
|
6997
|
+
console.log("############ integrate.published_at", integrate.published_at, ClmmFetcherModule);
|
|
6998
|
+
console.log("####### global_config_id", global_config_id);
|
|
6997
6999
|
const args = [
|
|
6998
7000
|
tx.object(global_config_id),
|
|
6999
7001
|
tx.object(params.pool.poolAddress),
|
|
@@ -9679,7 +9681,7 @@ var SDKConfig = {
|
|
|
9679
9681
|
coin_list_handle: "0x49136005e90e28c4695419ed4194cc240603f1ea8eb84e62275eaff088a71063",
|
|
9680
9682
|
launchpad_pools_handle: "0x5e194a8efcf653830daf85a85b52e3ae8f65dc39481d54b2382acda25068375c",
|
|
9681
9683
|
clmm_pools_handle: "0x37f60eb2d9d227949b95da8fea810db3c32d1e1fa8ed87434fc51664f87d83cb",
|
|
9682
|
-
global_config_id: "
|
|
9684
|
+
global_config_id: "0x4c4e1402401f72c7d8533d0ed8d5f8949da363c7a3319ccef261ffe153d32f8a",
|
|
9683
9685
|
voter_id: "0xaab0f3a90da96d29d743e09c269e1ae48ec1bae52a28cd38c49c5dc8c1bf92b8",
|
|
9684
9686
|
voting_escrow_id: "0x7ab45fbe01da26e07ba21757916d540c8747cf7daa88f3171e13db17373d5adc",
|
|
9685
9687
|
reward_distributor_id: "0x9f4f882245e49fd9213278dfbcb63a14fdbdd2ce7e25e9353a0cecdca30de853",
|
|
@@ -9708,8 +9710,8 @@ var clmmMainnet = {
|
|
|
9708
9710
|
published_at: "0xee4a1f231dc45a303389998fe26c4e39278cf68b404b32e4f0b9769129b8267b"
|
|
9709
9711
|
},
|
|
9710
9712
|
integrate: {
|
|
9711
|
-
package_id: "
|
|
9712
|
-
published_at: "
|
|
9713
|
+
package_id: "0x2e704d8afc1d6d7f154dee337cc14c153f6f9ce1708213e5dc04a32afe0e45f1",
|
|
9714
|
+
published_at: "0x2e704d8afc1d6d7f154dee337cc14c153f6f9ce1708213e5dc04a32afe0e45f1"
|
|
9713
9715
|
},
|
|
9714
9716
|
deepbook: {
|
|
9715
9717
|
package_id: "0x000000000000000000000000000000000000000000000000000000000000dee9",
|