*: remove third party testnet URLs

Change-Id: I0ede95f3972528e3bc2f8e15813758683684f7ac
This commit is contained in:
Leo 2021-11-20 13:55:09 +01:00
parent bf439a4759
commit 54ebc6481f
2 changed files with 0 additions and 8 deletions

View File

@ -138,10 +138,6 @@ export const WORMHOLE_RPC_HOSTS =
: CLUSTER === "testnet"
? [
"https://wormhole-v2-testnet-api.certus.one",
"https://wormhole-v2-testnet-api.mcf.rocks",
"https://wormhole-v2-testnet-api.chainlayer.network",
"https://wormhole-v2-testnet-api.staking.fund",
"https://wormhole-v2-testnet-api.chainlayer.network",
]
: ["http://localhost:7071"];
export const ETH_NETWORK_CHAIN_ID =

View File

@ -184,10 +184,6 @@ export const WORMHOLE_RPC_HOSTS =
: CLUSTER === "testnet"
? [
"https://wormhole-v2-testnet-api.certus.one",
"https://wormhole-v2-testnet-api.mcf.rocks",
"https://wormhole-v2-testnet-api.chainlayer.network",
"https://wormhole-v2-testnet-api.staking.fund",
"https://wormhole-v2-testnet-api.chainlayer.network",
]
: ["http://localhost:7071"];