mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 16:31:29 +00:00
parent
361ffc0620
commit
07a06b5d15
1 changed files with 2 additions and 0 deletions
|
@ -622,6 +622,8 @@ def time_difference(distance_in_time, include_seconds):
|
||||||
return "over %d years" % (round(distance_in_minutes / 525600))
|
return "over %d years" % (round(distance_in_minutes / 525600))
|
||||||
|
|
||||||
mainnet_block_explorers = {
|
mainnet_block_explorers = {
|
||||||
|
'Bitupper Explorer': ('https://bitupper.com/en/explorer/bitcoin/',
|
||||||
|
{'tx': 'transactions/', 'addr': 'addresses/'}),
|
||||||
'Biteasy.com': ('https://www.biteasy.com/blockchain/',
|
'Biteasy.com': ('https://www.biteasy.com/blockchain/',
|
||||||
{'tx': 'transactions/', 'addr': 'addresses/'}),
|
{'tx': 'transactions/', 'addr': 'addresses/'}),
|
||||||
'Bitflyer.jp': ('https://chainflyer.bitflyer.jp/',
|
'Bitflyer.jp': ('https://chainflyer.bitflyer.jp/',
|
||||||
|
|
Loading…
Add table
Reference in a new issue