mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-05 14:59:44 +00:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"coin_name": "Decred Testnet",
|
|
"coin_shortcut": "TDCR",
|
|
"coin_label": "Decred Testnet",
|
|
"website": "https://www.decred.org",
|
|
"github": "https://github.com/decred/dcrd",
|
|
"maintainer": "Saleem Rashid <trezor@saleemrashid.com>",
|
|
"curve_name": "secp256k1_decred",
|
|
"address_type": 3873,
|
|
"address_type_p2sh": 3836,
|
|
"maxfee_kb": 10000000,
|
|
"minfee_kb": 1000,
|
|
"signed_message_header": "Decred Signed Message:\n",
|
|
"hash_genesis_block": "a649dce53918caf422e9c711c858837e08d626ecfcd198969b24f7b634a49bac",
|
|
"xprv_magic": 70615959,
|
|
"xpub_magic": 70617041,
|
|
"xpub_magic_segwit_p2sh": null,
|
|
"xpub_magic_segwit_native": null,
|
|
"bech32_prefix": null,
|
|
"cashaddr_prefix": null,
|
|
"slip44": 1,
|
|
"segwit": false,
|
|
"decred": true,
|
|
"fork_id": null,
|
|
"force_bip143": false,
|
|
"bip115": false,
|
|
"default_fee_b": {
|
|
"Normal": 10
|
|
},
|
|
"dust_limit": 546,
|
|
"blocktime_seconds": 600,
|
|
"uri_prefix": "bitcoin",
|
|
"min_address_length": 35,
|
|
"max_address_length": 35,
|
|
"bitcore": [
|
|
"https://testnet.decred.org"
|
|
],
|
|
"blockbook": [],
|
|
"cooldown": 100,
|
|
"consensus_branch_id": null
|
|
}
|