*: remove third party testnet URLs
Change-Id: I0ede95f3972528e3bc2f8e15813758683684f7ac
This commit is contained in:
parent
bf439a4759
commit
54ebc6481f
|
@ -138,10 +138,6 @@ export const WORMHOLE_RPC_HOSTS =
|
||||||
: CLUSTER === "testnet"
|
: CLUSTER === "testnet"
|
||||||
? [
|
? [
|
||||||
"https://wormhole-v2-testnet-api.certus.one",
|
"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"];
|
: ["http://localhost:7071"];
|
||||||
export const ETH_NETWORK_CHAIN_ID =
|
export const ETH_NETWORK_CHAIN_ID =
|
||||||
|
|
|
@ -184,10 +184,6 @@ export const WORMHOLE_RPC_HOSTS =
|
||||||
: CLUSTER === "testnet"
|
: CLUSTER === "testnet"
|
||||||
? [
|
? [
|
||||||
"https://wormhole-v2-testnet-api.certus.one",
|
"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"];
|
: ["http://localhost:7071"];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue