We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73cbcab commit 473b095Copy full SHA for 473b095
clients/js/src/cmds/editVaa.ts
@@ -172,7 +172,7 @@ export const handler = async (
172
}));
173
} else if (argv.wormscan) {
174
const wormscanurl =
175
- "https://api.wormscan.io/api/v1/observations/" +
+ "https://api.wormholescan.io/api/v1/observations/" +
176
vaa.emitterChain.toString() +
177
"/" +
178
vaa.emitterAddress.replace(/^(0x)/, "") +
0 commit comments