Skip to content

Commit

Permalink
chore: Update Testnet explorer (#8521)
Browse files Browse the repository at this point in the history
Co-authored-by: Begoña Álvarez de la Cruz <balvarez@boxfish.studio>
  • Loading branch information
marc2332 and begonaalvarezd committed May 15, 2024
1 parent 7defe0b commit 42a0618
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 42a0618

Please sign in to comment.