mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-15 06:59:50 +00:00
Merge pull request #6337 from Tigerix/patch-1
Fix Blockchain.com Testnet-URL
This commit is contained in:
commit
daa8225ef0
1 changed files with 1 additions and 1 deletions
|
@ -778,7 +778,7 @@ testnet_block_explorers = {
|
||||||
{'tx': '', 'addr': ''}),
|
{'tx': '', 'addr': ''}),
|
||||||
'BlockCypher.com': ('https://live.blockcypher.com/btc-testnet/',
|
'BlockCypher.com': ('https://live.blockcypher.com/btc-testnet/',
|
||||||
{'tx': 'tx/', 'addr': 'address/'}),
|
{'tx': 'tx/', 'addr': 'address/'}),
|
||||||
'Blockchain.info': ('https://www.blockchain.com/btctest/',
|
'Blockchain.info': ('https://www.blockchain.com/btc-testnet/',
|
||||||
{'tx': 'tx/', 'addr': 'address/'}),
|
{'tx': 'tx/', 'addr': 'address/'}),
|
||||||
'Blockstream.info': ('https://blockstream.info/testnet/',
|
'Blockstream.info': ('https://blockstream.info/testnet/',
|
||||||
{'tx': 'tx/', 'addr': 'address/'}),
|
{'tx': 'tx/', 'addr': 'address/'}),
|
||||||
|
|
Loading…
Add table
Reference in a new issue