Skip to content

Commit 473b095

Browse files
bruce-rileyevan-gray
authored andcommitted
Client/js: Wormholescan URL is wrong
1 parent 73cbcab commit 473b095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/js/src/cmds/editVaa.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export const handler = async (
172172
}));
173173
} else if (argv.wormscan) {
174174
const wormscanurl =
175-
"https://api.wormscan.io/api/v1/observations/" +
175+
"https://api.wormholescan.io/api/v1/observations/" +
176176
vaa.emitterChain.toString() +
177177
"/" +
178178
vaa.emitterAddress.replace(/^(0x)/, "") +

0 commit comments

Comments
 (0)