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