Skip to content

Commit 42a0618

Browse files
chore: Update Testnet explorer (#8521)
Co-authored-by: Begoña Álvarez de la Cruz <[email protected]>
1 parent 7defe0b commit 42a0618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/lib/core/network/constants/explorer-urls.constant.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ export const EXPLORER_URLS: Readonly<{ [key in NetworkId]?: string }> = {
44
[NetworkId.Iota]: 'https://explorer.iota.org/mainnet',
55
[NetworkId.IotaAlphanet]: 'https://explorer.iota-alphanet.iotaledger.net/devnet',
66
[NetworkId.Shimmer]: 'https://explorer.shimmer.network/shimmer',
7-
[NetworkId.Testnet]: 'https://explorer.iota.works/iota2-testnet',
7+
[NetworkId.Testnet]: 'https://explorer.iota.org/iota2-testnet',
88
}

0 commit comments

Comments
 (0)