mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-23 07:58:09 +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,
|
"decred": false,
|
||||||
"fork_id": null,
|
"fork_id": null,
|
||||||
"force_bip143": false,
|
"force_bip143": false,
|
||||||
"version_group_id": null,
|
"version_group_id": 63210096,
|
||||||
"default_fee_b": {
|
"default_fee_b": {
|
||||||
"Normal": 10
|
"Normal": 10
|
||||||
},
|
},
|
||||||
|
@ -32,6 +32,8 @@
|
|||||||
"address_prefix": "zcash:",
|
"address_prefix": "zcash:",
|
||||||
"min_address_length": 35,
|
"min_address_length": 35,
|
||||||
"max_address_length": 95,
|
"max_address_length": 95,
|
||||||
"bitcore": [],
|
"bitcore": [
|
||||||
|
"https://explorer.testnet.z.cash"
|
||||||
|
],
|
||||||
"blockbook": []
|
"blockbook": []
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user