link to the ng mixnet explorer for account info (#2823)

This commit is contained in:
Fouad
2023-01-12 11:33:28 +00:00
committed by GitHub
parent 5f88517e1d
commit 4854e929ed
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -2932,7 +2932,7 @@ dependencies = [
[[package]]
name = "nym_wallet"
version = "1.1.5"
version = "1.1.6"
dependencies = [
"aes-gcm",
"argon2 0.3.4",
+1
View File
@@ -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',
}
+1 -1
View File
@@ -43,7 +43,7 @@ export const BalanceCard = () => {
{network && (
<Grid item>
<Link
href={`${urls(network).blockExplorer}/account/${clientDetails?.client_address}`}
href={`${urls(network).mixnetExplorer}/account/${clientDetails?.client_address}`}
target="_blank"
text="Last transactions"
fontSize={14}