Skip to content

Commit

Permalink
chore: Update Testnet explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed May 13, 2024
1 parent 25800c5 commit 6fd5650
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}

0 comments on commit 6fd5650

Please sign in to comment.