mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
common/defs: add FairCoin (#25)
This commit is contained in:
parent
04bde880c6
commit
c45b416229
39
common/defs/bitcoin/faircoin.json
Normal file
39
common/defs/bitcoin/faircoin.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"coin_name": "FairCoin",
|
||||
"coin_shortcut": "FAIR",
|
||||
"coin_label": "FairCoin",
|
||||
"website": "https://www.faircoin.world",
|
||||
"github": "https://github.com/faircoin/faircoin",
|
||||
"maintainer": "Santi Noreña <santi@criptomart.net>",
|
||||
"curve_name": "secp256k1",
|
||||
"address_type": 95,
|
||||
"address_type_p2sh": 36,
|
||||
"maxfee_kb": 10000000,
|
||||
"minfee_kb": 1000,
|
||||
"signed_message_header": "FairCoin Signed Message:\n",
|
||||
"hash_genesis_block": "beed44fa5e96150d95d56ebd5d2625781825a9407a5215dd7eda723373a0a1d7",
|
||||
"xprv_magic": 76066276,
|
||||
"xpub_magic": 76067358,
|
||||
"xpub_magic_segwit_p2sh": null,
|
||||
"xpub_magic_segwit_native": null,
|
||||
"bech32_prefix": null,
|
||||
"cashaddr_prefix": null,
|
||||
"slip44": 298,
|
||||
"segwit": false,
|
||||
"decred": false,
|
||||
"fork_id": 0,
|
||||
"force_bip143": false,
|
||||
"bip115": false,
|
||||
"default_fee_b": {
|
||||
"Normal": 800000
|
||||
},
|
||||
"dust_limit": 500000,
|
||||
"blocktime_seconds": 180,
|
||||
"uri_prefix": "faircoin",
|
||||
"min_address_length": 27,
|
||||
"max_address_length": 34,
|
||||
"bitcore": [],
|
||||
"blockbook": [],
|
||||
"cooldown": 100,
|
||||
"consensus_branch_id": null
|
||||
}
|
BIN
common/defs/bitcoin/faircoin.png
Normal file
BIN
common/defs/bitcoin/faircoin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
Loading…
Reference in New Issue
Block a user