We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7defe0b commit 42a0618Copy full SHA for 42a0618
packages/shared/lib/core/network/constants/explorer-urls.constant.ts
@@ -4,5 +4,5 @@ export const EXPLORER_URLS: Readonly<{ [key in NetworkId]?: string }> = {
4
[NetworkId.Iota]: 'https://explorer.iota.org/mainnet',
5
[NetworkId.IotaAlphanet]: 'https://explorer.iota-alphanet.iotaledger.net/devnet',
6
[NetworkId.Shimmer]: 'https://explorer.shimmer.network/shimmer',
7
- [NetworkId.Testnet]: 'https://explorer.iota.works/iota2-testnet',
+ [NetworkId.Testnet]: 'https://explorer.iota.org/iota2-testnet',
8
}
0 commit comments