From 42a061838d040ecdf3c1e73402fbe6e5d4cf0f09 Mon Sep 17 00:00:00 2001 From: Marc Espin Date: Wed, 15 May 2024 11:05:39 +0200 Subject: [PATCH] chore: Update Testnet explorer (#8521) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Begoña Álvarez de la Cruz --- .../shared/lib/core/network/constants/explorer-urls.constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared/lib/core/network/constants/explorer-urls.constant.ts b/packages/shared/lib/core/network/constants/explorer-urls.constant.ts index 8f56e62f17e..000f884ee7e 100644 --- a/packages/shared/lib/core/network/constants/explorer-urls.constant.ts +++ b/packages/shared/lib/core/network/constants/explorer-urls.constant.ts @@ -4,5 +4,5 @@ export const EXPLORER_URLS: Readonly<{ [key in NetworkId]?: string }> = { [NetworkId.Iota]: 'https://explorer.iota.org/mainnet', [NetworkId.IotaAlphanet]: 'https://explorer.iota-alphanet.iotaledger.net/devnet', [NetworkId.Shimmer]: 'https://explorer.shimmer.network/shimmer', - [NetworkId.Testnet]: 'https://explorer.iota.works/iota2-testnet', + [NetworkId.Testnet]: 'https://explorer.iota.org/iota2-testnet', }