bridge_ui: fix inotel URI

Change-Id: Ie1fb2653d8168cb6712e4b8b00eb1e4ebeae4957
This commit is contained in:
Leo 2021-09-18 13:53:29 +02:00
parent c0bee5e5f0
commit 03a373676b
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ export const WORMHOLE_RPC_HOSTS =
CLUSTER === "mainnet"
? [
"https://wormhole-v2-mainnet-api.certus.one",
"https://wormhole.inotel.ro/",
"https://wormhole.inotel.ro",
]
: CLUSTER === "testnet"
? ["https://wormhole-v2-testnet-api.certus.one"]