Browse Source

Add OXT.me block explorer

Closes: #4441
3.2.x
Johann Bauer 7 years ago
parent
commit
40a43afa12
  1. 2
      lib/util.py

2
lib/util.py

@ -586,6 +586,8 @@ mainnet_block_explorers = {
{'tx': 'transaction/', 'addr': 'address/'}),
'blockonomics.co': ('https://www.blockonomics.co/',
{'tx': 'api/tx?txid=', 'addr': '#/search?q='}),
'OXT.me': ('https://oxt.me/',
{'tx': 'transaction/', 'addr': 'address/'}),
'system default': ('blockchain:/',
{'tx': 'tx/', 'addr': 'address/'}),
}

Loading…
Cancel
Save