1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

common/defs: new prefixes for CROWN (#222)

This commit is contained in:
Ashot Khachatryan 2019-06-05 15:42:26 +04:00 committed by Pavol Rusnak
parent adbc724d98
commit 6ff644c304

View File

@ -4,10 +4,10 @@
"coin_label": "Crown", "coin_label": "Crown",
"website": "https://crown.tech", "website": "https://crown.tech",
"github": "https://github.com/Crowndev/crowncoin", "github": "https://github.com/Crowndev/crowncoin",
"maintainer": "hypermist <hypermist@crown.tech>", "maintainer": "Ashot <ashot@crown.tech>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 0, "address_type": 95495,
"address_type_p2sh": 28, "address_type_p2sh": 95473,
"maxfee_kb": 2000000, "maxfee_kb": 2000000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "Crown Signed Message:\n", "signed_message_header": "Crown Signed Message:\n",
@ -30,8 +30,8 @@
"dust_limit": 546, "dust_limit": 546,
"blocktime_seconds": 60, "blocktime_seconds": 60,
"uri_prefix": "crown", "uri_prefix": "crown",
"min_address_length": 27, "min_address_length": 36,
"max_address_length": 34, "max_address_length": 40,
"bitcore": [], "bitcore": [],
"blockbook": [], "blockbook": [],
"cooldown": 100, "cooldown": 100,