We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9a949 commit 50c8003Copy full SHA for 50c8003
lib/wallets/crypto_currency/coins/nano.dart
@@ -95,7 +95,7 @@ class Nano extends NanoCurrency {
95
Uri defaultBlockExplorer(String txid) {
96
switch (network) {
97
case CryptoCurrencyNetwork.main:
98
- return Uri.parse("https://www.nanolooker.com/block/$txid");
+ return Uri.parse("https://nanexplorer.com/nano/blocks/$txid");
99
default:
100
throw Exception(
101
"Unsupported network for defaultBlockExplorer(): $network",
0 commit comments