diff --git a/nym-wallet/src/context/main.tsx b/nym-wallet/src/context/main.tsx index 7ae2750478..8e8fe1c240 100644 --- a/nym-wallet/src/context/main.tsx +++ b/nym-wallet/src/context/main.tsx @@ -30,7 +30,7 @@ export const urls = (networkName?: Network) => } : { blockExplorer: `https://${networkName}-blocks.nymtech.net`, - networkExplorer: `https://${networkName}-explorer.nymtech.net`, + networkExplorer: `https://nym.com/${networkName}-explorer`, }; type TLoginType = 'mnemonic' | 'password';