We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11bd484 + 2129016 commit 91b3735Copy full SHA for 91b3735
modules/statics/src/networks.ts
@@ -347,7 +347,7 @@ class BitcoinCashTestnet extends Testnet implements UtxoNetwork {
347
name = 'BitcoinCashTestnet';
348
family = CoinFamily.BCH;
349
utxolibName = 'bitcoincashTestnet';
350
- explorerUrl = 'https://www.blockchain.com/bch-testnet/tx/';
+ explorerUrl = 'https://tbch.loping.net/tx/';
351
}
352
class BitcoinSV extends Mainnet implements UtxoNetwork {
353
name = 'BitcoinSV';
0 commit comments