bridge_ui: fix inotel URI
Change-Id: Ie1fb2653d8168cb6712e4b8b00eb1e4ebeae4957
This commit is contained in:
parent
c0bee5e5f0
commit
03a373676b
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue