mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 12:08:59 +00:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"coin_name": "Flashcoin",
|
|
"coin_shortcut": "FLASH",
|
|
"coin_label": "Flashcoin",
|
|
"website": "https://www.flashcoin.io",
|
|
"github": "https://github.com/flash-coin",
|
|
"maintainer": "flashbountyhunter <flashbountyhunter@protonmail.com>",
|
|
"curve_name": "secp256k1",
|
|
"address_type": 68,
|
|
"address_type_p2sh": 130,
|
|
"maxfee_kb": 4000000,
|
|
"minfee_kb": 1000,
|
|
"signed_message_header": "Flashcoin Signed Message:\n",
|
|
"hash_genesis_block": "aa0cf4f5ce0a3c550ce5674c1e808c417cf5077b4e95bda1d6fbaeaf4258972b",
|
|
"xprv_magic": 76066276,
|
|
"xpub_magic": 76067358,
|
|
"xpub_magic_segwit_p2sh": 77429938,
|
|
"xpub_magic_segwit_native": null,
|
|
"bech32_prefix": null,
|
|
"cashaddr_prefix": null,
|
|
"slip44": 120,
|
|
"segwit": true,
|
|
"decred": false,
|
|
"fork_id": null,
|
|
"force_bip143": false,
|
|
"bip115": false,
|
|
"version_group_id": null,
|
|
"default_fee_b": {
|
|
"Normal": 0
|
|
},
|
|
"dust_limit": 10000,
|
|
"blocktime_seconds": 60,
|
|
"uri_prefix": "flashcoin",
|
|
"min_address_length": 27,
|
|
"max_address_length": 34,
|
|
"bitcore": [
|
|
"https://explorer.flashcoin.io/api"
|
|
],
|
|
"blockbook": []
|
|
}
|