mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 10:39:00 +00:00
5301c03607
legacy: remove has_address_type/has_address_type_p2sh
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"coin_name": "BitZeny",
|
|
"coin_shortcut": "ZNY",
|
|
"coin_label": "BitZeny",
|
|
"website": "https://bitzeny.tech",
|
|
"github": "https://github.com/BitzenyCoreDevelopers/bitzeny",
|
|
"maintainer": "y-chan <yuto_tetuota@yahoo.co.jp>",
|
|
"curve_name": "secp256k1",
|
|
"divisibility": 8,
|
|
"address_type": 81,
|
|
"address_type_p2sh": 5,
|
|
"maxfee_kb": 1000000,
|
|
"minfee_kb": 1000,
|
|
"signed_message_header": "BitZeny Signed Message:\n",
|
|
"hash_genesis_block": "000009f7e55e9e3b4781e22bd87a7cfa4acada9e4340d43ca738bf4e9fb8f5ce",
|
|
"xprv_magic": 76066276,
|
|
"xpub_magic": 76067358,
|
|
"xpub_magic_segwit_p2sh": 77429938,
|
|
"xpub_magic_segwit_native": 78792518,
|
|
"bech32_prefix": "bz",
|
|
"cashaddr_prefix": null,
|
|
"slip44": 123,
|
|
"segwit": true,
|
|
"decred": false,
|
|
"fork_id": null,
|
|
"force_bip143": false,
|
|
"bip115": false,
|
|
"default_fee_b": {
|
|
"Normal": 20
|
|
},
|
|
"dust_limit": 546,
|
|
"blocktime_seconds": 90,
|
|
"uri_prefix": "bitzeny",
|
|
"min_address_length": 27,
|
|
"max_address_length": 34,
|
|
"bitcore": [
|
|
"https://insight.bitzeny.jp",
|
|
"https://zeny.insight.monaco-ex.org"
|
|
],
|
|
"blockbook": [
|
|
"https://zny.blockbook.ovh"
|
|
],
|
|
"negative_fee": false,
|
|
"cooldown": 100,
|
|
"consensus_branch_id": null,
|
|
"confidential_assets": null
|
|
}
|