Skip to content

Commit 2129016

Browse files
chore(statics): update tbch explorer
TICKET: BTC-000
1 parent 13c9dd6 commit 2129016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/networks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ class BitcoinCashTestnet extends Testnet implements UtxoNetwork {
347347
name = 'BitcoinCashTestnet';
348348
family = CoinFamily.BCH;
349349
utxolibName = 'bitcoincashTestnet';
350-
explorerUrl = 'https://www.blockchain.com/bch-testnet/tx/';
350+
explorerUrl = 'https://tbch.loping.net/tx/';
351351
}
352352
class BitcoinSV extends Mainnet implements UtxoNetwork {
353353
name = 'BitcoinSV';

0 commit comments

Comments
 (0)