*: add 01node RPC endpoint and remove duplicate
Change-Id: I8ccc2aee1c8692d4ac048e21f2ec7ec8638c3d21
This commit is contained in:
parent
d9513f9c39
commit
c7c9e52e1d
|
@ -155,7 +155,7 @@ export const WORMHOLE_RPC_HOSTS =
|
||||||
"https://wormhole-v2-mainnet-api.mcf.rocks",
|
"https://wormhole-v2-mainnet-api.mcf.rocks",
|
||||||
"https://wormhole-v2-mainnet-api.chainlayer.network",
|
"https://wormhole-v2-mainnet-api.chainlayer.network",
|
||||||
"https://wormhole-v2-mainnet-api.staking.fund",
|
"https://wormhole-v2-mainnet-api.staking.fund",
|
||||||
"https://wormhole-v2-mainnet-api.chainlayer.network",
|
"https://wormhole-v2-mainnet.01node.com",
|
||||||
]
|
]
|
||||||
: CLUSTER === "testnet"
|
: CLUSTER === "testnet"
|
||||||
? ["https://wormhole-v2-testnet-api.certus.one"]
|
? ["https://wormhole-v2-testnet-api.certus.one"]
|
||||||
|
|
|
@ -179,7 +179,7 @@ export const WORMHOLE_RPC_HOSTS =
|
||||||
"https://wormhole-v2-mainnet-api.mcf.rocks",
|
"https://wormhole-v2-mainnet-api.mcf.rocks",
|
||||||
"https://wormhole-v2-mainnet-api.chainlayer.network",
|
"https://wormhole-v2-mainnet-api.chainlayer.network",
|
||||||
"https://wormhole-v2-mainnet-api.staking.fund",
|
"https://wormhole-v2-mainnet-api.staking.fund",
|
||||||
"https://wormhole-v2-mainnet-api.chainlayer.network",
|
"https://wormhole-v2-mainnet.01node.com",
|
||||||
]
|
]
|
||||||
: CLUSTER === "testnet"
|
: CLUSTER === "testnet"
|
||||||
? [
|
? [
|
||||||
|
|
Loading…
Reference in New Issue