mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-10 17:51:16 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"coin_name": "Litecoin Testnet",
|
|
"coin_shortcut": "tLTC",
|
|
"coin_label": "Litecoin Testnet",
|
|
"website": "https://litecoin.org",
|
|
"github": "https://github.com/litecoin-project/litecoin",
|
|
"maintainer": "Pavol Rusnak <stick@satoshilabs.com>",
|
|
"curve_name": "secp256k1",
|
|
"decimals": 8,
|
|
"address_type": 111,
|
|
"address_type_p2sh": 58,
|
|
"maxfee_kb": 40000000,
|
|
"minfee_kb": 1000,
|
|
"signed_message_header": "Litecoin Signed Message:\n",
|
|
"hash_genesis_block": "4966625a4b2851d9fdee139e56211a0d88575f59ed816ff5e6a63deb4e3e29a0",
|
|
"xprv_magic": 70615956,
|
|
"xpub_magic": 70617039,
|
|
"xpub_magic_segwit_p2sh": 71979618,
|
|
"xpub_magic_segwit_native": 73342198,
|
|
"xpub_magic_multisig_segwit_p2sh": 70617039,
|
|
"xpub_magic_multisig_segwit_native": 70617039,
|
|
"bech32_prefix": "tltc",
|
|
"cashaddr_prefix": null,
|
|
"slip44": 1,
|
|
"segwit": true,
|
|
"decred": false,
|
|
"fork_id": null,
|
|
"force_bip143": false,
|
|
"default_fee_b": {
|
|
"Normal": 10
|
|
},
|
|
"dust_limit": 54600,
|
|
"blocktime_seconds": 150,
|
|
"uri_prefix": "litecoin",
|
|
"min_address_length": 27,
|
|
"max_address_length": 34,
|
|
"negative_fee": false,
|
|
"cooldown": 100,
|
|
"consensus_branch_id": null,
|
|
"extra_data": false,
|
|
"timestamp": false,
|
|
"confidential_assets": null
|
|
}
|