Skip to content

Commit

Permalink
Merge branch 'main' into fix/pub-key-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaalvarezd authored Jun 4, 2024
2 parents 10cade3 + 4a897cc commit 931be55
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions client/src/app/AppUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@ export const getPages = (currentNetwork: INetwork | undefined, networks: INetwor
label: "EVM",
disabled: !hasNetworks || !isStardust,
routes: [
{
label: "IOTA EVM Explorer",
url: "https://explorer.evm.iota.org/",
isExternal: true,
},
{
label: "IOTA EVM Testnet Explorer",
url: "https://explorer.evm.testnet.iotaledger.net/",
isExternal: true,
},
{
label: "ShimmerEVM Explorer",
url: "https://explorer.evm.shimmer.network/",
Expand All @@ -96,11 +106,6 @@ 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 931be55

Please sign in to comment.