mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 16:31:29 +00:00
parent
7120c344b2
commit
9d2b601cc7
1 changed files with 2 additions and 2 deletions
|
@ -652,7 +652,7 @@ mainnet_block_explorers = {
|
||||||
{'tx': 'transactions/', 'addr': 'addresses/'}),
|
{'tx': 'transactions/', 'addr': 'addresses/'}),
|
||||||
'Bitflyer.jp': ('https://chainflyer.bitflyer.jp/',
|
'Bitflyer.jp': ('https://chainflyer.bitflyer.jp/',
|
||||||
{'tx': 'Transaction/', 'addr': 'Address/'}),
|
{'tx': 'Transaction/', 'addr': 'Address/'}),
|
||||||
'Blockchain.info': ('https://blockchain.info/',
|
'Blockchain.info': ('https://blockchain.com/btc/',
|
||||||
{'tx': 'tx/', 'addr': 'address/'}),
|
{'tx': 'tx/', 'addr': 'address/'}),
|
||||||
'blockchainbdgpzk.onion': ('https://blockchainbdgpzk.onion/',
|
'blockchainbdgpzk.onion': ('https://blockchainbdgpzk.onion/',
|
||||||
{'tx': 'tx/', 'addr': 'address/'}),
|
{'tx': 'tx/', 'addr': 'address/'}),
|
||||||
|
@ -687,7 +687,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://testnet.blockchain.info/',
|
'Blockchain.info': ('https://www.blockchain.com/btctest/',
|
||||||
{'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