From 7692e76c68f8696b49572260d62351c2a5d7bc5e Mon Sep 17 00:00:00 2001 From: Dinesh Pinto Date: Sun, 30 Oct 2022 10:21:20 +0100 Subject: [PATCH] Incorrect link to wormhole explorer The link to the wormhole explorer shows a 404 as it links to `https://wormholenetwork.com/en/explorer`. The correct link is `https://wormholenetwork.com/explorer` --- src/reference/usefulLinks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reference/usefulLinks.md b/src/reference/usefulLinks.md index e8348c9..559c8a9 100644 --- a/src/reference/usefulLinks.md +++ b/src/reference/usefulLinks.md @@ -24,10 +24,10 @@ Tilt is a Kubernetes-based tool that runs a copy of every chain along side a Gua The Wormhole core repository can be found at [https://github.com/wormhole-foundation/wormhole](https://github.com/wormhole-foundation/wormhole). -### [Wormhole Explorer](https://wormholenetwork.com/en/explorer) +### [Wormhole Explorer](https://wormholenetwork.com/explorer) Tool to observe all Wormhole activity and can help you parse VAAs after they've been picked up the Guardian network. ### Wormhole SDK -The SDK is a set of Javascript tools to help you do Token Bridge transfers, plus fetch and submit VAAs from one chain to another. You can install it via [NPM](https://www.npmjs.com/package/@certusone/wormhole-sdk). \ No newline at end of file +The SDK is a set of Javascript tools to help you do Token Bridge transfers, plus fetch and submit VAAs from one chain to another. You can install it via [NPM](https://www.npmjs.com/package/@certusone/wormhole-sdk).