mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Add bitflyer.jp block explorer
This commit is contained in:
parent
a1f67e3fff
commit
0f2d4bd375
1 changed files with 2 additions and 0 deletions
|
@ -204,6 +204,8 @@ def time_difference(distance_in_time, include_seconds):
|
|||
block_explorer_info = {
|
||||
'Biteasy.com': ('https://www.biteasy.com/blockchain',
|
||||
{'tx': 'transactions', 'addr': 'addresses'}),
|
||||
'Bitflyer.jp': ('https://chainflyer.bitflyer.jp',
|
||||
{'tx': 'Transaction', 'addr': 'Address'}),
|
||||
'Blockchain.info': ('https://blockchain.info',
|
||||
{'tx': 'tx', 'addr': 'address'}),
|
||||
'Blockr.io': ('https://btc.blockr.io',
|
||||
|
|
Loading…
Add table
Reference in a new issue