Merge pull request #828 from Kronkmeister/patch-2

Update block_explorers.dart  (change eCash default explorer)
This commit is contained in:
Diego Salazar 2024-04-02 17:47:17 -06:00 committed by GitHub
commit fe1795b50c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ Uri getDefaultBlockExplorerUrlFor({
case Coin.dogecoin:
return Uri.parse("https://chain.so/tx/DOGE/$txid");
case Coin.eCash:
return Uri.parse("https://explorer.bitcoinabc.org/tx/$txid");
return Uri.parse("https://explorer.e.cash/tx/$txid");
case Coin.dogecoinTestNet:
return Uri.parse("https://chain.so/tx/DOGETEST/$txid");
case Coin.epicCash: