Update util.py

added more explorers
This commit is contained in:
J62 2018-02-09 00:47:17 -08:00 committed by GitHub
parent 1d66190f3c
commit dba660df22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 2 deletions

View File

@ -436,12 +436,24 @@ mainnet_block_explorers = {
{'tx': 'tx', 'addr': 'address'}),
'zclzclzcl.com': ('http://zclzclzcl.com',
{'tx': 'tx', 'addr': 'address'}),
'Zcl-explorer.com - Alternate': ('http://as1.zcl-explorer.com/',
'Zcl-explorer.com - Alternate 1': ('http://as1.zcl-explorer.com/',
{'tx': 'tx', 'addr': 'address'}),
'system default': ('blockchain:',
'Zcl-explorer.com - Alternate 2': ('http://eu1.zcl-explorer.com/',
{'tx': 'tx', 'addr': 'address'}),
'explorer.zclassic.org': ('http://explorer.zclassic.org/insight/',
{'tx': 'tx', 'addr': 'address'}),
'explorer1.zclassic.org': ('http://explorer1.zclassic.org/insight/',
{'tx': 'tx', 'addr': 'address'})
}
#http://zcl-explorer.com/insight/
#http://zclzclzcl.com
#http://eu1.zcl-explorer.com
#http://as1.zcl-explorer.com
#http://explorer.zclassic.org/insight/
#http://explorer1.zclassic.org/insight/
# TODO zcl testnet block explorer
testnet_block_explorers = {
#'Blocktrail.com': ('https://www.blocktrail.com/tBTC',