mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
Add Blockchair.com block explorer
This commit is contained in:
parent
cefb1c9bc0
commit
be150660ca
1 changed files with 2 additions and 0 deletions
|
@ -366,6 +366,8 @@ mainnet_block_explorers = {
|
|||
{'tx': 'tx', 'addr': 'address'}),
|
||||
'BlockCypher.com': ('https://live.blockcypher.com/btc',
|
||||
{'tx': 'tx', 'addr': 'address'}),
|
||||
'Blockchair.com': ('https://blockchair.com/bitcoin',
|
||||
{'tx': 'transaction', 'addr': 'address'}),
|
||||
'system default': ('blockchain:',
|
||||
{'tx': 'tx', 'addr': 'address'}),
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue