mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
common/defs: update SYS (#928)
This commit is contained in:
parent
f48cb4eff4
commit
e58c5f63d5
@ -9,8 +9,8 @@
|
||||
"decimals": 8,
|
||||
"address_type": 63,
|
||||
"address_type_p2sh": 5,
|
||||
"maxfee_kb": 10000000,
|
||||
"minfee_kb": 1000,
|
||||
"maxfee_kb": 20000000,
|
||||
"minfee_kb": 10000,
|
||||
"signed_message_header": "Syscoin Signed Message:\n",
|
||||
"hash_genesis_block": "0000022642db0346b6e01c2a397471f4f12e65d4f4251ec96c1f85367a61a7ab",
|
||||
"xprv_magic": 76066276,
|
||||
@ -27,8 +27,8 @@
|
||||
"bip115": false,
|
||||
"default_fee_b": {
|
||||
"Low": 100,
|
||||
"Economy": 200,
|
||||
"Normal": 400,
|
||||
"Economy": 700,
|
||||
"Normal": 1400,
|
||||
"High": 2000
|
||||
},
|
||||
"dust_limit": 1820,
|
||||
@ -37,7 +37,9 @@
|
||||
"min_address_length": 27,
|
||||
"max_address_length": 34,
|
||||
"bitcore": [],
|
||||
"blockbook": [],
|
||||
"blockbook": [
|
||||
"https://sys1.bcfn.ca"
|
||||
],
|
||||
"negative_fee": false,
|
||||
"cooldown": 100,
|
||||
"consensus_branch_id": null,
|
||||
|
@ -1506,7 +1506,7 @@ def by_name(name: str) -> CoinInfo:
|
||||
decimals=8,
|
||||
address_type=63,
|
||||
address_type_p2sh=5,
|
||||
maxfee_kb=10000000,
|
||||
maxfee_kb=20000000,
|
||||
signed_message_header="Syscoin Signed Message:\n",
|
||||
xpub_magic=0x0488b21e,
|
||||
xpub_magic_segwit_p2sh=0x049d7cb2,
|
||||
|
Loading…
Reference in New Issue
Block a user