@magmaprotocol/magma-clmm-sdk 0.4.0 → 0.4.1
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 +7 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8988,9 +8988,9 @@ var main_default = MagmaClmmSDK;
|
|
|
8988
8988
|
// src/config/mainnet.ts
|
|
8989
8989
|
var SDKConfig = {
|
|
8990
8990
|
clmmConfig: {
|
|
8991
|
-
pools_id: "
|
|
8992
|
-
global_config_id: "
|
|
8993
|
-
global_vault_id: "
|
|
8991
|
+
pools_id: "0xfa145b9de10fe858be81edd1c6cdffcf27be9d016de02a1345eb1009a68ba8b2",
|
|
8992
|
+
global_config_id: "0x4c4e1402401f72c7d8533d0ed8d5f8949da363c7a3319ccef261ffe153d32f8a",
|
|
8993
|
+
global_vault_id: "0xa7e1102f222b6eb81ccc8a126e7feb2353342be9df6f6646a77c4519da29c071",
|
|
8994
8994
|
admin_cap_id: "0x89c1a321291d15ddae5a086c9abc533dff697fde3d89e0ca836c41af73e36a75"
|
|
8995
8995
|
},
|
|
8996
8996
|
magmaConfig: {
|
|
@@ -9020,8 +9020,8 @@ var clmmMainnet = {
|
|
|
9020
9020
|
config: SDKConfig.magmaConfig
|
|
9021
9021
|
},
|
|
9022
9022
|
clmm_pool: {
|
|
9023
|
-
package_id: "
|
|
9024
|
-
published_at: "
|
|
9023
|
+
package_id: "0x4a35d3dfef55ed3631b7158544c6322a23bc434fe4fca1234cb680ce0505f82d",
|
|
9024
|
+
published_at: "0x4a35d3dfef55ed3631b7158544c6322a23bc434fe4fca1234cb680ce0505f82d",
|
|
9025
9025
|
config: SDKConfig.clmmConfig
|
|
9026
9026
|
},
|
|
9027
9027
|
distribution: {
|
|
@@ -9040,8 +9040,8 @@ var clmmMainnet = {
|
|
|
9040
9040
|
package_id: "0xac95e8a5e873cfa2544916c16fe1461b6a45542d9e65504c1794ae390b3345a7",
|
|
9041
9041
|
published_at: "0xac95e8a5e873cfa2544916c16fe1461b6a45542d9e65504c1794ae390b3345a7"
|
|
9042
9042
|
},
|
|
9043
|
-
aggregatorUrl: "https://api
|
|
9044
|
-
swapCountUrl: "https://api
|
|
9043
|
+
aggregatorUrl: "https://api.magmafinance.io/api/router",
|
|
9044
|
+
swapCountUrl: "https://api.magmafinance.io/api/v2/sui/swap/count"
|
|
9045
9045
|
};
|
|
9046
9046
|
function initMainnetSDK(fullNodeUrl, simulationAccount) {
|
|
9047
9047
|
if (fullNodeUrl) {
|