diff --git a/env.json b/env.json index fcba39338..f0cef4b2f 100644 --- a/env.json +++ b/env.json @@ -12,7 +12,7 @@ "moonpay": true, "x1ex": false, "charts": true, - "soraCard": true + "soraCard": false }, "SUBQUERY_ENDPOINT": "https://api.subquery.network/sq/sora-xor/sora-prod-sub4", "SUBSQUID_ENDPOINT": "", @@ -52,8 +52,7 @@ "CHAIN_GENESIS_HASH": "0x7e4e32d0feafd4f9c9414b0be86373f9a1efa904809b683453a9af6856d38ad5", "SUB_NETWORKS": { "Kusama": "wss://kusama-rpc.polkadot.io", - "KusamaSora": "wss://ws.parachain-collator-1.c1.sora2.soramitsu.co.jp", - "Polkadot": "wss://rpc.polkadot.io" + "KusamaSora": "wss://ws.parachain-collator-1.c1.sora2.soramitsu.co.jp" }, "EVM_NETWORKS_IDS": [56, 8217], "ETH_BRIDGE": { diff --git a/package.json b/package.json index 49046d12a..5ac1d4275 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polkaswap-exchange-web", - "version": "1.27.1", + "version": "1.27.3", "repository": { "type": "git", "url": "https://github.com/sora-xor/polkaswap-exchange-web.git"