diff --git a/common/defs/bitcoin/syscoin.json b/common/defs/bitcoin/syscoin.json index a379b6fe3..676ce6fe4 100644 --- a/common/defs/bitcoin/syscoin.json +++ b/common/defs/bitcoin/syscoin.json @@ -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, diff --git a/core/src/apps/common/coininfo.py b/core/src/apps/common/coininfo.py index 06557a2f9..c6dd6709f 100644 --- a/core/src/apps/common/coininfo.py +++ b/core/src/apps/common/coininfo.py @@ -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,