Add block explorer support for mynode.local (#5892)
This commit is contained in:
@@ -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/'}),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user