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 50c8003 commit dfae254Copy full SHA for dfae254
lib/wallets/crypto_currency/coins/banano.dart
@@ -89,7 +89,7 @@ class Banano extends NanoCurrency {
89
Uri defaultBlockExplorer(String txid) {
90
switch (network) {
91
case CryptoCurrencyNetwork.main:
92
- return Uri.parse("https://www.bananolooker.com/block/$txid");
+ return Uri.parse("https://creeper.banano.cc/hash/$txid");
93
default:
94
throw Exception(
95
"Unsupported network for defaultBlockExplorer(): $network",
0 commit comments