Merge pull request #8444 from Har01d/add-3xpl-as-explorer
Add 3xpl.com to the list of explorers
This commit is contained in:
@@ -884,6 +884,8 @@ def age(
|
|||||||
return _("in over {} years").format(round(distance_in_minutes / 525600))
|
return _("in over {} years").format(round(distance_in_minutes / 525600))
|
||||||
|
|
||||||
mainnet_block_explorers = {
|
mainnet_block_explorers = {
|
||||||
|
'3xpl.com': ('https://3xpl.com/bitcoin/',
|
||||||
|
{'tx': 'transaction/', 'addr': 'address/'}),
|
||||||
'Bitupper Explorer': ('https://bitupper.com/en/explorer/bitcoin/',
|
'Bitupper Explorer': ('https://bitupper.com/en/explorer/bitcoin/',
|
||||||
{'tx': 'transactions/', 'addr': 'addresses/'}),
|
{'tx': 'transactions/', 'addr': 'addresses/'}),
|
||||||
'Bitflyer.jp': ('https://chainflyer.bitflyer.jp/',
|
'Bitflyer.jp': ('https://chainflyer.bitflyer.jp/',
|
||||||
|
|||||||
Reference in New Issue
Block a user