mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 10:34:32 +00:00
Merge pull request #828 from Kronkmeister/patch-2
Update block_explorers.dart (change eCash default explorer)
This commit is contained in:
commit
fe1795b50c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue