Skip to content

Commit a24a351

Browse files
Merge pull request #7869 from BitGo/BTC-0.update-zec-browser
chore(statics): update url for zec
2 parents df8e227 + 32ae883 commit a24a351

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/statics/src/networks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,14 +1212,14 @@ class ZCash extends Mainnet implements UtxoNetwork {
12121212
name = 'ZCash';
12131213
family = CoinFamily.ZEC;
12141214
utxolibName = 'zcash';
1215-
explorerUrl = 'https://chain.so/tx/ZEC/';
1215+
explorerUrl = 'https://mainnet.zcashexplorer.app/transactions/';
12161216
}
12171217

12181218
class ZCashTestnet extends Testnet implements UtxoNetwork {
12191219
name = 'ZCashTestnet';
12201220
family = CoinFamily.ZEC;
12211221
utxolibName = 'zcashTest';
1222-
explorerUrl = 'https://chain.so/tx/ZECTEST/';
1222+
explorerUrl = 'https://testnet.zcashexplorer.app/transactions/';
12231223
}
12241224

12251225
class Near extends Mainnet implements AccountNetwork {

0 commit comments

Comments
 (0)