mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-27 18:32:34 +00:00
defs: add SmartCash (#183)
This commit is contained in:
parent
b6549f22cf
commit
621e8ded45
44
defs/coins/smartcash.json
Normal file
44
defs/coins/smartcash.json
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"coin_name": "SmartCash",
|
||||||
|
"coin_shortcut": "SMART",
|
||||||
|
"coin_label": "SmartCash",
|
||||||
|
"website": "https://smarcash.cc",
|
||||||
|
"github": "https://github.com/SmartCash/Core-Smart",
|
||||||
|
"maintainer": "Leandro Reinaux <leoreinaux@gmail.com>",
|
||||||
|
"curve_name": "secp256k1",
|
||||||
|
"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,
|
||||||
|
"version_group_id": null,
|
||||||
|
"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": [],
|
||||||
|
"cooldown": 100
|
||||||
|
}
|
BIN
defs/coins/smartcash.png
Normal file
BIN
defs/coins/smartcash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
42
defs/coins/smartcash_testnet.json
Normal file
42
defs/coins/smartcash_testnet.json
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
{
|
||||||
|
"coin_name": "SmartCash Testnet",
|
||||||
|
"coin_shortcut": "tSMART",
|
||||||
|
"coin_label": "SmartCash Testnet",
|
||||||
|
"website": "https://smartcash.cc",
|
||||||
|
"github": "https://github.com/SmartCash/Core-Smart",
|
||||||
|
"maintainer": "Leandro Reinaux <leoreinaux@gmail.com>",
|
||||||
|
"curve_name": "secp256k1",
|
||||||
|
"address_type": 65,
|
||||||
|
"address_type_p2sh": 21,
|
||||||
|
"maxfee_kb": 1000000,
|
||||||
|
"minfee_kb": 0,
|
||||||
|
"signed_message_header": "SmartCash Signed Message:\n",
|
||||||
|
"hash_genesis_block": "0000027235b5679bcd28c90d03d4bf1a9ba4c07c4efcc1c87d6c68cce25e6e5d",
|
||||||
|
"xprv_magic": 70615956,
|
||||||
|
"xpub_magic": 70617039,
|
||||||
|
"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,
|
||||||
|
"version_group_id": null,
|
||||||
|
"default_fee_b": {
|
||||||
|
"Low": 1,
|
||||||
|
"Economy": 10,
|
||||||
|
"Normal": 100,
|
||||||
|
"High": 200
|
||||||
|
},
|
||||||
|
"dust_limit": 546,
|
||||||
|
"blocktime_seconds": 55,
|
||||||
|
"uri_prefix": "testsmart",
|
||||||
|
"min_address_length": 27,
|
||||||
|
"max_address_length": 35,
|
||||||
|
"bitcore": [],
|
||||||
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
|
}
|
BIN
defs/coins/smartcash_testnet.png
Normal file
BIN
defs/coins/smartcash_testnet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in New Issue
Block a user