correct urls (#3474)

This commit is contained in:
derpy-duck 2023-10-30 15:37:33 -04:00 committed by GitHub
parent ae1e4b32e3
commit bb6892dfe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -232,9 +232,9 @@ export const getCircleAPI = (environment: Network) => {
export const getWormscanAPI = (_network: Network) => {
switch (_network) {
case "MAINNET":
return "https://api.wormscan.io/";
return "https://api.wormholescan.io/";
case "TESTNET":
return "https://api.testnet.wormscan.io/";
return "https://api.testnet.wormholescan.io/";
default:
// possible extension for tilt/ci - search through the guardian api
// at localhost:7071 (tilt) or guardian:7071 (ci)