You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/common/defs/bitcoin/litecoin_testnet.json

45 lines
1.2 KiB

{
"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,
"taproot": false,
"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,
"overwintered": false,
"extra_data": false,
"timestamp": false,
"confidential_assets": null
}