Skip to content

Commit dfae254

Browse files
Verycutecatjulian-CStack
authored andcommitted
Update block explorer in banano.dart
Replace BananoLooker (down) with official Creeper instance run by Banano team. (cherry picked from commit f5432ab)
1 parent 50c8003 commit dfae254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wallets/crypto_currency/coins/banano.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class Banano extends NanoCurrency {
8989
Uri defaultBlockExplorer(String txid) {
9090
switch (network) {
9191
case CryptoCurrencyNetwork.main:
92-
return Uri.parse("https://www.bananolooker.com/block/$txid");
92+
return Uri.parse("https://creeper.banano.cc/hash/$txid");
9393
default:
9494
throw Exception(
9595
"Unsupported network for defaultBlockExplorer(): $network",

0 commit comments

Comments
 (0)