We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df8e227 + 32ae883 commit a24a351Copy full SHA for a24a351
1 file changed
modules/statics/src/networks.ts
@@ -1212,14 +1212,14 @@ class ZCash extends Mainnet implements UtxoNetwork {
1212
name = 'ZCash';
1213
family = CoinFamily.ZEC;
1214
utxolibName = 'zcash';
1215
- explorerUrl = 'https://chain.so/tx/ZEC/';
+ explorerUrl = 'https://mainnet.zcashexplorer.app/transactions/';
1216
}
1217
1218
class ZCashTestnet extends Testnet implements UtxoNetwork {
1219
name = 'ZCashTestnet';
1220
1221
utxolibName = 'zcashTest';
1222
- explorerUrl = 'https://chain.so/tx/ZECTEST/';
+ explorerUrl = 'https://testnet.zcashexplorer.app/transactions/';
1223
1224
1225
class Near extends Mainnet implements AccountNetwork {
0 commit comments