mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 10:39:00 +00:00
95daa2fda3
[no changelog]
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"coin_name": "Viacoin",
|
|
"coin_shortcut": "VIA",
|
|
"coin_label": "Viacoin",
|
|
"website": "https://viacoin.org",
|
|
"github": "https://github.com/viacoin",
|
|
"maintainer": "romanornr <romanornr@gmail.com>",
|
|
"curve_name": "secp256k1",
|
|
"decimals": 8,
|
|
"address_type": 71,
|
|
"address_type_p2sh": 33,
|
|
"maxfee_kb": 14000000000,
|
|
"minfee_kb": 1000,
|
|
"signed_message_header": "Viacoin Signed Message:\n",
|
|
"hash_genesis_block": "4e9b54001f9976049830128ec0331515eaabe35a70970d79971da1539a400ba1",
|
|
"xprv_magic": 76066276,
|
|
"xpub_magic": 76067358,
|
|
"xpub_magic_segwit_p2sh": 77429938,
|
|
"xpub_magic_segwit_native": 78792518,
|
|
"xpub_magic_multisig_segwit_p2sh": 76067358,
|
|
"xpub_magic_multisig_segwit_native": 76067358,
|
|
"bech32_prefix": "via",
|
|
"cashaddr_prefix": null,
|
|
"slip44": 14,
|
|
"segwit": true,
|
|
"taproot": false,
|
|
"decred": false,
|
|
"fork_id": null,
|
|
"force_bip143": false,
|
|
"default_fee_b": {
|
|
"Low": 1000,
|
|
"Economy": 7000,
|
|
"Normal": 14000,
|
|
"High": 20000
|
|
},
|
|
"dust_limit": 54600,
|
|
"blocktime_seconds": 24,
|
|
"uri_prefix": "viacoin",
|
|
"min_address_length": 27,
|
|
"max_address_length": 34,
|
|
"negative_fee": false,
|
|
"cooldown": 100,
|
|
"overwintered": false,
|
|
"extra_data": false,
|
|
"timestamp": false,
|
|
"confidential_assets": null
|
|
}
|