mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Merge pull request #1619 from MarcoPon/master
Added Blockchain URI (BIP 122) to block explorers list.
This commit is contained in:
commit
9d12c7699f
1 changed files with 2 additions and 0 deletions
|
@ -361,6 +361,8 @@ block_explorer_info = {
|
||||||
{'tx': 'tx', 'addr': 'address'}),
|
{'tx': 'tx', 'addr': 'address'}),
|
||||||
'TradeBlock.com': ('https://tradeblock.com/blockchain',
|
'TradeBlock.com': ('https://tradeblock.com/blockchain',
|
||||||
{'tx': 'tx', 'addr': 'address'}),
|
{'tx': 'tx', 'addr': 'address'}),
|
||||||
|
'system default': ('blockchain:',
|
||||||
|
{'tx': 'tx', 'addr': 'address'}),
|
||||||
}
|
}
|
||||||
|
|
||||||
def block_explorer(config):
|
def block_explorer(config):
|
||||||
|
|
Loading…
Add table
Reference in a new issue