Skip to content

Commit 2313e5b

Browse files
committed
Update mainnet guardian RPCs
1 parent 2e796af commit 2313e5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dashboard/src/components/EnqueuedVAAChecker.tsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ import { useNetworkContext } from '../contexts/NetworkContext';
66
const VAA_CHECK_TIMEOUT = 60000;
77
const WORMHOLE_RPC_HOSTS = [
88
'https://wormhole-v2-mainnet-api.certus.one',
9-
'https://wormhole.inotel.ro',
109
'https://wormhole-v2-mainnet-api.mcf.rocks',
10+
'https://wormhole-v2-mainnet-api.chainlayer.network',
11+
'https://wormhole-v2-mainnet-api.staking.fund',
1112
];
1213

1314
function EnqueuedVAAChecker({
@@ -35,7 +36,7 @@ function EnqueuedVAAChecker({
3536
sequence,
3637
{},
3738
1000,
38-
3
39+
WORMHOLE_RPC_HOSTS.length
3940
);
4041
if (!!response.vaaBytes) result = true;
4142
} catch (e) {}

watcher/src/consts.ts

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ export const AXIOS_CONFIG_JSON: AxiosRequestConfig = {
8585

8686
export const GUARDIAN_RPC_HOSTS = [
8787
'https://wormhole-v2-mainnet-api.certus.one',
88-
'https://wormhole.inotel.ro',
8988
'https://wormhole-v2-mainnet-api.mcf.rocks',
9089
'https://wormhole-v2-mainnet-api.chainlayer.network',
9190
'https://wormhole-v2-mainnet-api.staking.fund',

0 commit comments

Comments
 (0)