1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 19:09:10 +00:00
trezor-firmware/common/defs/bitcoin/smartcash.json

48 lines
1.2 KiB
JSON
Raw Normal View History

2018-07-31 13:07:43 +00:00
{
"coin_name": "SmartCash",
"coin_shortcut": "SMART",
"coin_label": "SmartCash",
2019-02-11 17:01:02 +00:00
"website": "https://smartcash.cc",
2018-07-31 13:07:43 +00:00
"github": "https://github.com/SmartCash/Core-Smart",
"maintainer": "Leandro Reinaux <leoreinaux@gmail.com>",
2018-08-30 10:04:06 +00:00
"curve_name": "secp256k1_smart",
2019-12-09 16:43:30 +00:00
"decimals": 8,
2018-07-31 13:07:43 +00:00
"address_type": 63,
"address_type_p2sh": 18,
"maxfee_kb": 1000000,
"minfee_kb": 0,
"signed_message_header": "SmartCash Signed Message:\n",
"hash_genesis_block": "000007acc6970b812948d14ea5a0a13db0fdd07d5047c7e69101fa8b361e05a4",
"xprv_magic": 76066276,
"xpub_magic": 76067358,
"xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null,
"bech32_prefix": null,
"cashaddr_prefix": null,
"slip44": 224,
"segwit": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
"bip115": false,
"default_fee_b": {
"Low": 1,
"Economy": 10,
"Normal": 100,
"High": 200
},
"dust_limit": 546,
"blocktime_seconds": 55,
"uri_prefix": "smart",
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [
"https://insight.smartcash.cc"
],
"blockbook": [],
"negative_fee": false,
"cooldown": 100,
"consensus_branch_id": null,
"confidential_assets": null
2018-07-31 13:07:43 +00:00
}