Client/js: Wormholescan URL is wrong

This commit is contained in:
Bruce Riley 2024-04-26 09:25:32 -05:00 committed by Evan Gray
parent 73cbcabcec
commit 473b095b3f
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ export const handler = async (
}));
} else if (argv.wormscan) {
const wormscanurl =
"https://api.wormscan.io/api/v1/observations/" +
"https://api.wormholescan.io/api/v1/observations/" +
vaa.emitterChain.toString() +
"/" +
vaa.emitterAddress.replace(/^(0x)/, "") +