minor fix

This commit is contained in:
Serhii 2023-08-22 15:20:36 +03:00
parent 7f2b837c2e
commit d150f06b39

View file

@ -112,8 +112,9 @@ abstract class TransactionDetailsViewModelBase with Store {
case WalletType.bitcoin:
return 'https://mempool.space/tx/${txId}';
case WalletType.litecoin:
case WalletType.bitcoinCash:
return 'https://blockchair.com/litecoin/transaction/${txId}';
case WalletType.bitcoinCash:
return 'https://blockchair.com/bitcoin-cash/transaction/${txId}';
case WalletType.haven:
return 'https://explorer.havenprotocol.org/search?value=${txId}';
case WalletType.ethereum: