Skip to content

Commit

Permalink
Remove polkadot from Prod config (#1278)
Browse files Browse the repository at this point in the history
* remove Polkadot from config

* Disable soraCard

* Bump

---------

Co-authored-by: Stefan Popov <17688105+stefashkaa@users.noreply.github.com>
  • Loading branch information
Nikita-Polyakov and stefashkaa authored Jan 18, 2024
1 parent c92f8bd commit 87ecf61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions env.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 87ecf61

Please sign in to comment.