@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.js
CHANGED
|
@@ -9189,9 +9189,9 @@ var main_default = MagmaClmmSDK;
|
|
|
9189
9189
|
// src/config/mainnet.ts
|
|
9190
9190
|
var SDKConfig = {
|
|
9191
9191
|
clmmConfig: {
|
|
9192
|
-
pools_id: "
|
|
9193
|
-
global_config_id: "
|
|
9194
|
-
global_vault_id: "
|
|
9192
|
+
pools_id: "0xfa145b9de10fe858be81edd1c6cdffcf27be9d016de02a1345eb1009a68ba8b2",
|
|
9193
|
+
global_config_id: "0x4c4e1402401f72c7d8533d0ed8d5f8949da363c7a3319ccef261ffe153d32f8a",
|
|
9194
|
+
global_vault_id: "0xa7e1102f222b6eb81ccc8a126e7feb2353342be9df6f6646a77c4519da29c071",
|
|
9195
9195
|
admin_cap_id: "0x89c1a321291d15ddae5a086c9abc533dff697fde3d89e0ca836c41af73e36a75"
|
|
9196
9196
|
},
|
|
9197
9197
|
magmaConfig: {
|
|
@@ -9221,8 +9221,8 @@ var clmmMainnet = {
|
|
|
9221
9221
|
config: SDKConfig.magmaConfig
|
|
9222
9222
|
},
|
|
9223
9223
|
clmm_pool: {
|
|
9224
|
-
package_id: "
|
|
9225
|
-
published_at: "
|
|
9224
|
+
package_id: "0x4a35d3dfef55ed3631b7158544c6322a23bc434fe4fca1234cb680ce0505f82d",
|
|
9225
|
+
published_at: "0x4a35d3dfef55ed3631b7158544c6322a23bc434fe4fca1234cb680ce0505f82d",
|
|
9226
9226
|
config: SDKConfig.clmmConfig
|
|
9227
9227
|
},
|
|
9228
9228
|
distribution: {
|
|
@@ -9241,8 +9241,8 @@ var clmmMainnet = {
|
|
|
9241
9241
|
package_id: "0xac95e8a5e873cfa2544916c16fe1461b6a45542d9e65504c1794ae390b3345a7",
|
|
9242
9242
|
published_at: "0xac95e8a5e873cfa2544916c16fe1461b6a45542d9e65504c1794ae390b3345a7"
|
|
9243
9243
|
},
|
|
9244
|
-
aggregatorUrl: "https://api
|
|
9245
|
-
swapCountUrl: "https://api
|
|
9244
|
+
aggregatorUrl: "https://api.magmafinance.io/api/router",
|
|
9245
|
+
swapCountUrl: "https://api.magmafinance.io/api/v2/sui/swap/count"
|
|
9246
9246
|
};
|
|
9247
9247
|
function initMainnetSDK(fullNodeUrl, simulationAccount) {
|
|
9248
9248
|
if (fullNodeUrl) {
|