mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
Update block explorer URL for btc.com (#5438)
* update block explorer URL for btc.com
This commit is contained in:
parent
f405c3fbdd
commit
8a4e307b78
1 changed files with 2 additions and 4 deletions
|
@ -660,8 +660,8 @@ mainnet_block_explorers = {
|
|||
{'tx': 'tx/', 'addr': 'address/'}),
|
||||
'Bitaps.com': ('https://btc.bitaps.com/',
|
||||
{'tx': '', 'addr': ''}),
|
||||
'BTC.com': ('https://chain.btc.com/',
|
||||
{'tx': 'tx/', 'addr': 'address/'}),
|
||||
'BTC.com': ('https://btc.com/',
|
||||
{'tx': '', 'addr': ''}),
|
||||
'Chain.so': ('https://www.chain.so/',
|
||||
{'tx': 'tx/BTC/', 'addr': 'address/BTC/'}),
|
||||
'Insight.is': ('https://insight.bitpay.com/',
|
||||
|
@ -691,8 +691,6 @@ testnet_block_explorers = {
|
|||
{'tx': 'tx/', 'addr': 'address/'}),
|
||||
'Blockstream.info': ('https://blockstream.info/testnet/',
|
||||
{'tx': 'tx/', 'addr': 'address/'}),
|
||||
'BTC.com': ('https://tchain.btc.com/',
|
||||
{'tx': '', 'addr': ''}),
|
||||
'smartbit.com.au': ('https://testnet.smartbit.com.au/',
|
||||
{'tx': 'tx/', 'addr': 'address/'}),
|
||||
'system default': ('blockchain://000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943/',
|
||||
|
|
Loading…
Add table
Reference in a new issue