mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
Add block explorer support for mynode.local (#5892)
This commit is contained in:
parent
1c4728ecc6
commit
3658f87035
1 changed files with 2 additions and 0 deletions
|
@ -743,6 +743,8 @@ mainnet_block_explorers = {
|
|||
{'tx': 'transaction/', 'addr': 'address/'}),
|
||||
'smartbit.com.au': ('https://www.smartbit.com.au/',
|
||||
{'tx': 'tx/', 'addr': 'address/'}),
|
||||
'mynode.local': ('http://mynode.local:3002/',
|
||||
{'tx': 'tx/', 'addr': 'address/'}),
|
||||
'system default': ('blockchain:/',
|
||||
{'tx': 'tx/', 'addr': 'address/'}),
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue