Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Jan 31, 2024
1 parent 13d7fea commit 9a59d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export const enum FUJI_TOKEN {
};

export const WORMHOLE_GUARDIAN_RPC = {
TESTNET: ['https://api.testnet.wormholescan.io/api/v1/'],
MAINNET: ['https://api.wormholescan.io/api/v1/'],
TESTNET: ['https://api.testnet.wormholescan.io'],
MAINNET: ['https://api.wormholescan.io'],
};

const RELAYER_BASE_URL = 'http://localhost:3111';
Expand Down

0 comments on commit 9a59d76

Please sign in to comment.