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', }