Skip to content

Commit 91b3735

Browse files
Merge pull request #5223 from BitGo/BTC-000.tbch-explorer-url
chore(statics): update tbch explorer
2 parents 11bd484 + 2129016 commit 91b3735

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)