Skip to content

Commit 50c8003

Browse files
Verycutecatjulian-CStack
authored andcommitted
Update block explorer in nano.dart
Replace NanoLooker (down) with Nanexplorer. (cherry picked from commit 193a0b5)
1 parent db9a949 commit 50c8003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wallets/crypto_currency/coins/nano.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class Nano extends NanoCurrency {
9595
Uri defaultBlockExplorer(String txid) {
9696
switch (network) {
9797
case CryptoCurrencyNetwork.main:
98-
return Uri.parse("https://www.nanolooker.com/block/$txid");
98+
return Uri.parse("https://nanexplorer.com/nano/blocks/$txid");
9999
default:
100100
throw Exception(
101101
"Unsupported network for defaultBlockExplorer(): $network",

0 commit comments

Comments
 (0)