mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 21:05:11 +00:00
Merge pull request #2381 from bauerj/issue-2380
Add BlockCypher.com as a block explorer
This commit is contained in:
commit
353a7b8fd9
1 changed files with 2 additions and 0 deletions
|
@ -368,6 +368,8 @@ block_explorer_info = {
|
|||
{'tx': 'tx', 'addr': 'address'}),
|
||||
'TradeBlock.com': ('https://tradeblock.com/blockchain',
|
||||
{'tx': 'tx', 'addr': 'address'}),
|
||||
'BlockCypher.com': ('https://live.blockcypher.com/btc',
|
||||
{'tx': 'tx', 'addr': 'address'}),
|
||||
'system default': ('blockchain:',
|
||||
{'tx': 'tx', 'addr': 'address'}),
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue