From 2fa21dc4e95cc5760b04eee2fca40d937e9399f6 Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Thu, 26 Jun 2025 17:20:29 +0200 Subject: [PATCH] amend wallet for sandbox link --- nym-wallet/src/context/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';