amend wallet for sandbox link

This commit is contained in:
Tommy Verrall
2025-06-26 17:20:29 +02:00
parent ef5990658a
commit 2fa21dc4e9
+1 -1
View File
@@ -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';