mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 19:05:51 +00:00
Add block explorer for NMC
This commit is contained in:
parent
c5ff6dfed5
commit
6ea7ed195e
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ Uri getBlockExplorerTransactionUrlFor({
|
|||
case Coin.bitcoincash:
|
||||
return Uri.parse("https://blockchair.com/bitcoin-cash/transaction/$txid");
|
||||
case Coin.namecoin:
|
||||
return Uri.parse("uri");
|
||||
return Uri.parse("https://chainz.cryptoid.info/nmc/tx.dws?$txid.htm");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue