From 8f618b5854abaaf377abde068123cd41e61dde20 Mon Sep 17 00:00:00 2001 From: Aleksandr Kraiz Date: Tue, 22 Aug 2023 14:27:51 +0400 Subject: [PATCH] env data udpated --- package.json | 2 +- src/config/envs.json | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index a957d5b..32255a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@orionprotocol/sdk", - "version": "0.19.56", + "version": "0.19.57", "description": "Orion Protocol SDK", "main": "./lib/index.cjs", "module": "./lib/index.js", diff --git a/src/config/envs.json b/src/config/envs.json index ea4ccd4..fd2bb30 100644 --- a/src/config/envs.json +++ b/src/config/envs.json @@ -4,7 +4,7 @@ "referralAPI": "https://trade.orionprotocol.io/referral-api", "networks": { "1": { - "api": "https://trade.orionprotocol.io", + "api": "https://trade.orionprotocol.io/eth-mainnet", "services": { "aggregator": { "http": "/backend", @@ -20,7 +20,7 @@ "liquidityMigratorAddress": "0x23a1820a47BcD022E29f6058a5FD224242F50D1A" }, "56": { - "api": "https://trade-exp.orionprotocol.io", + "api": "https://trade.orionprotocol.io/bsc-mainnet", "services": { "aggregator": { "http": "/backend", @@ -35,7 +35,7 @@ } }, "250": { - "api": "https://trade-ftm.orionprotocol.io", + "api": "https://trade.orionprotocol.io/ftm-mainnet", "services": { "aggregator": { "http": "/backend", @@ -50,7 +50,7 @@ } }, "137": { - "api": "https://trade-polygon.orionprotocol.io", + "api": "https://trade.orionprotocol.io/polygon-mainnet", "services": { "aggregator": { "http": "/backend", @@ -65,7 +65,7 @@ } }, "66": { - "api": "https://trade-okc.orionprotocol.io", + "api": "https://trade.orionprotocol.io/okc-mainnet", "services": { "aggregator": { "http": "/backend", @@ -183,7 +183,7 @@ "referralAPI": "https://staging.orionprotocol.io/referral-api", "networks": { "1": { - "api": "https://staging.orionprotocol.io", + "api": "https://staging.orionprotocol.io/eth-mainnet", "services": { "aggregator": { "http": "/backend", @@ -198,7 +198,7 @@ } }, "56": { - "api": "https://staging-bsc.orionprotocol.io", + "api": "https://staging.orionprotocol.io/bsc-mainnet", "services": { "aggregator": { "http": "/backend", @@ -213,7 +213,7 @@ } }, "250": { - "api": "https://staging-ftm.orionprotocol.io", + "api": "https://staging.orionprotocol.io/ftm-mainnet", "services": { "aggregator": { "http": "/backend", @@ -228,7 +228,7 @@ } }, "137": { - "api": "https://staging-polygon.orionprotocol.io", + "api": "https://staging.orionprotocol.io/polygon-mainnet", "services": { "aggregator": { "http": "/backend", @@ -243,7 +243,7 @@ } }, "66": { - "api": "https://staging-okc.orionprotocol.io", + "api": "https://staging.orionprotocol.io/okc-mainnet", "services": { "aggregator": { "http": "/backend", @@ -300,7 +300,7 @@ "referralAPI": "https://trade.orionprotocol.io/referral-api", "networks": { "1": { - "api": "https://trade.orionprotocol.io", + "api": "https://trade.orionprotocol.io/eth-mainnet", "services": { "aggregator": { "http": "/backend", @@ -316,7 +316,7 @@ "liquidityMigratorAddress": "0x23a1820a47BcD022E29f6058a5FD224242F50D1A" }, "56": { - "api": "https://trade-exp.orionprotocol.io", + "api": "https://trade.orionprotocol.io/bsc-mainnet", "services": { "aggregator": { "http": "/backend", @@ -331,7 +331,7 @@ } }, "250": { - "api": "https://trade-ftm.orionprotocol.io", + "api": "https://trade.orionprotocol.io/ftm-mainnet", "services": { "aggregator": { "http": "/backend", @@ -346,7 +346,7 @@ } }, "137": { - "api": "https://trade-polygon.orionprotocol.io", + "api": "https://trade.orionprotocol.io/polygon-mainnet", "services": { "aggregator": { "http": "/backend", @@ -361,7 +361,7 @@ } }, "66": { - "api": "https://trade-okc.orionprotocol.io", + "api": "https://trade.orionprotocol.io/okc-mainnet", "services": { "aggregator": { "http": "/backend", @@ -377,4 +377,4 @@ } } } -} +} \ No newline at end of file