Skip to content

Commit

Permalink
feat: add IOTA EVM Testnet explorer link to navbar (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaalvarezd authored May 9, 2024
1 parent b0e0863 commit a25f32a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/app/AppUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ export const getPages = (currentNetwork: INetwork | undefined, networks: INetwor
url: "https://explorer.evm.testnet.shimmer.network/",
isExternal: true,
},
{
label: "IOTA EVM Testnet Explorer",
url: "https://explorer.evm.testnet.iotaledger.net/",
isExternal: true,
},
],
},
];
Expand Down

0 comments on commit a25f32a

Please sign in to comment.