|
47 | 47 | 'BCH Ninja': ('https://explorer.bch.ninja', |
48 | 48 | Address.FMT_CASHADDR, |
49 | 49 | {'tx': 'tx', 'addr': 'address', 'block': 'block-height'}), |
50 | | - #'Bitcoin Unlimited': ('https://explorer.bitcoinunlimited.info', |
51 | | - # Address.FMT_CASHADDR, |
52 | | - # {'tx': 'tx', 'addr': 'address', 'block': 'block-height'}), |
| 50 | + 'Bitcoin Unlimited': ('https://explorer.bitcoinunlimited.info', |
| 51 | + Address.FMT_CASHADDR, |
| 52 | + {'tx': 'tx', 'addr': 'address', 'block': 'block-height'}), |
53 | 53 | 'Blockchain.com': ('https://www.blockchain.com/bch', |
54 | 54 | Address.FMT_CASHADDR, |
55 | 55 | {'tx': 'tx', 'addr': 'address', 'block': 'block'}), |
|
82 | 82 | 'Blockchain.com': ('https://www.blockchain.com/bch-testnet', |
83 | 83 | Address.FMT_CASHADDR, |
84 | 84 | {'tx': 'tx', 'addr': 'address', 'block': 'block'}), |
85 | | - #'Bitcoin Unlimited': ('https://texplorer.bitcoinunlimited.info', |
86 | | - # Address.FMT_CASHADDR, |
87 | | - # {'tx': 'tx', 'addr': 'address', 'block': 'block-height'}), |
88 | 85 | 'Loping.net': ('https://tbch.loping.net', |
89 | 86 | Address.FMT_CASHADDR, |
90 | 87 | {'tx': 'tx', 'addr': 'address', 'block': 'block-height'}), |
|
0 commit comments