From 4854e929ed05aa7aa86fb9658de2f5e49af08cf3 Mon Sep 17 00:00:00 2001 From: Fouad Date: Thu, 12 Jan 2023 11:33:28 +0000 Subject: [PATCH] link to the ng mixnet explorer for account info (#2823) --- nym-wallet/Cargo.lock | 2 +- nym-wallet/src/context/main.tsx | 1 + nym-wallet/src/pages/balance/balance.tsx | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nym-wallet/Cargo.lock b/nym-wallet/Cargo.lock index 0a9ba7103f..7e52cca234 100644 --- a/nym-wallet/Cargo.lock +++ b/nym-wallet/Cargo.lock @@ -2932,7 +2932,7 @@ dependencies = [ [[package]] name = "nym_wallet" -version = "1.1.5" +version = "1.1.6" dependencies = [ "aes-gcm", "argon2 0.3.4", diff --git a/nym-wallet/src/context/main.tsx b/nym-wallet/src/context/main.tsx index f8956f9298..683cdbe4e0 100644 --- a/nym-wallet/src/context/main.tsx +++ b/nym-wallet/src/context/main.tsx @@ -21,6 +21,7 @@ import { Console } from '../utils/console'; export const urls = (networkName?: Network) => networkName === 'MAINNET' ? { + mixnetExplorer: 'https://mixnet.explorers.guru/', blockExplorer: 'https://blocks.nymtech.net', networkExplorer: 'https://explorer.nymtech.net', } diff --git a/nym-wallet/src/pages/balance/balance.tsx b/nym-wallet/src/pages/balance/balance.tsx index 82a5fec102..12183ef987 100644 --- a/nym-wallet/src/pages/balance/balance.tsx +++ b/nym-wallet/src/pages/balance/balance.tsx @@ -43,7 +43,7 @@ export const BalanceCard = () => { {network && (