bridge_ui: update Karura and Acala network ids

This commit is contained in:
Evan Gray 2022-05-11 20:59:59 -04:00 committed by Evan Gray
parent bd66778ce3
commit c4c2692931
1 changed files with 2 additions and 2 deletions

View File

@ -313,9 +313,9 @@ export const AURORA_NETWORK_CHAIN_ID =
export const FANTOM_NETWORK_CHAIN_ID =
CLUSTER === "mainnet" ? 250 : CLUSTER === "testnet" ? 4002 : 1381;
export const KARURA_NETWORK_CHAIN_ID =
CLUSTER === "mainnet" ? 686 : CLUSTER === "testnet" ? 686 : 1381;
CLUSTER === "mainnet" ? 686 : CLUSTER === "testnet" ? 596 : 1381;
export const ACALA_NETWORK_CHAIN_ID =
CLUSTER === "mainnet" ? 787 : CLUSTER === "testnet" ? 787 : 1381;
CLUSTER === "mainnet" ? 787 : CLUSTER === "testnet" ? 597 : 1381;
export const KLAYTN_NETWORK_CHAIN_ID =
CLUSTER === "mainnet" ? 8217 : CLUSTER === "testnet" ? 1001 : 1381;
export const CELO_NETWORK_CHAIN_ID =