bridge_ui: add inotel rpc
Change-Id: I021281b7631979a7160b7c8e660e8190b10e391d
This commit is contained in:
parent
5c5611796a
commit
3eaff1be7f
|
@ -72,7 +72,10 @@ export const CHAINS_BY_ID: ChainsById = CHAINS.reduce((obj, chain) => {
|
|||
}, {} as ChainsById);
|
||||
export const WORMHOLE_RPC_HOSTS =
|
||||
CLUSTER === "mainnet"
|
||||
? ["https://wormhole-v2-mainnet-api.certus.one"]
|
||||
? [
|
||||
"https://wormhole-v2-mainnet-api.certus.one",
|
||||
"https://wormhole.inotel.ro/",
|
||||
]
|
||||
: CLUSTER === "testnet"
|
||||
? ["https://wormhole-v2-testnet-api.certus.one"]
|
||||
: ["http://localhost:8080"];
|
||||
|
|
Loading…
Reference in New Issue