mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-21 14:48:55 +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:
|
case Coin.dogecoin:
|
||||||
return Uri.parse("https://chain.so/tx/DOGE/$txid");
|
return Uri.parse("https://chain.so/tx/DOGE/$txid");
|
||||||
case Coin.eCash:
|
case Coin.eCash:
|
||||||
return Uri.parse("https://explorer.bitcoinabc.org/tx/$txid");
|
return Uri.parse("https://explorer.e.cash/tx/$txid");
|
||||||
case Coin.dogecoinTestNet:
|
case Coin.dogecoinTestNet:
|
||||||
return Uri.parse("https://chain.so/tx/DOGETEST/$txid");
|
return Uri.parse("https://chain.so/tx/DOGETEST/$txid");
|
||||||
case Coin.epicCash:
|
case Coin.epicCash:
|
||||||
|
|
Loading…
Reference in a new issue