Skip to content

Commit

Permalink
updated fallback urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Navoichyk committed Apr 2, 2022
1 parent dee44d0 commit 7a81cc2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions config/chainbridge-runtime-config.cere.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ window.__RUNTIME_CONFIG__ = {
name: "Cere Mainnet",
decimals: cereTokenDecimals,
rpcUrl: "wss://rpc.mainnet.cere.network:9945",
rpcFallbackUrls: [
"wss://archive-1.mainnet.cere.network:9945",
"wss://rpc-1.mainnet.cere.network:9945",
"wss://archive.mainnet.cere.network:9945",
],
rpcFallbackUrls: ["wss://rpc-1.mainnet.cere.network:9945"],
type: "Substrate",
nativeTokenSymbol: "CERE",
availableAsHomeNetwork: true,
Expand Down

0 comments on commit 7a81cc2

Please sign in to comment.