bridge_ui: enable bsc for beta

Change-Id: I163a5227ca2cdd56f77e809c3fc57344d2764eac
This commit is contained in:
Evan Gray 2021-10-08 10:32:37 -04:00
parent 0b9c99dca1
commit e6aded4fdc
1 changed files with 5 additions and 5 deletions

View File

@ -22,10 +22,10 @@ export interface ChainInfo {
export const CHAINS =
CLUSTER === "mainnet"
? [
// {
// id: CHAIN_ID_BSC,
// name: "Binance Smart Chain",
// },
{
id: CHAIN_ID_BSC,
name: "Binance Smart Chain",
},
{
id: CHAIN_ID_ETH,
name: "Ethereum",
@ -141,7 +141,7 @@ export const TERRA_HOST =
chainID: "columbus-5",
name: "mainnet",
}
: CLUSTER === "testnet"
: CLUSTER === "testnet"
? {
URL: "https://tequila-lcd.terra.dev",
chainID: "tequila-0004",