mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
defs/coins: fix parameters for zcash and zcash testnet
This commit is contained in:
parent
8ea2d04478
commit
5520e98f4a
@ -23,7 +23,7 @@
|
||||
"decred": false,
|
||||
"fork_id": null,
|
||||
"force_bip143": false,
|
||||
"version_group_id": null,
|
||||
"version_group_id": 63210096,
|
||||
"default_fee_b": {
|
||||
"Normal": 10
|
||||
},
|
||||
|
@ -32,6 +32,8 @@
|
||||
"address_prefix": "zcash:",
|
||||
"min_address_length": 35,
|
||||
"max_address_length": 95,
|
||||
"bitcore": [],
|
||||
"bitcore": [
|
||||
"https://explorer.testnet.z.cash"
|
||||
],
|
||||
"blockbook": []
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user