Skip to content

Commit

Permalink
Update mainnet guardian RPCs
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-gray committed Dec 7, 2023
1 parent 2e796af commit 2313e5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions dashboard/src/components/EnqueuedVAAChecker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ import { useNetworkContext } from '../contexts/NetworkContext';
const VAA_CHECK_TIMEOUT = 60000;
const WORMHOLE_RPC_HOSTS = [
'https://wormhole-v2-mainnet-api.certus.one',
'https://wormhole.inotel.ro',
'https://wormhole-v2-mainnet-api.mcf.rocks',
'https://wormhole-v2-mainnet-api.chainlayer.network',
'https://wormhole-v2-mainnet-api.staking.fund',
];

function EnqueuedVAAChecker({
Expand Down Expand Up @@ -35,7 +36,7 @@ function EnqueuedVAAChecker({
sequence,
{},
1000,
3
WORMHOLE_RPC_HOSTS.length
);
if (!!response.vaaBytes) result = true;
} catch (e) {}
Expand Down
1 change: 0 additions & 1 deletion watcher/src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export const AXIOS_CONFIG_JSON: AxiosRequestConfig = {

export const GUARDIAN_RPC_HOSTS = [
'https://wormhole-v2-mainnet-api.certus.one',
'https://wormhole.inotel.ro',
'https://wormhole-v2-mainnet-api.mcf.rocks',
'https://wormhole-v2-mainnet-api.chainlayer.network',
'https://wormhole-v2-mainnet-api.staking.fund',
Expand Down

0 comments on commit 2313e5b

Please sign in to comment.