mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
common/defs: add BitZeny (#155)
This commit is contained in:
parent
a48f14b609
commit
94de0aa9cb
44
common/defs/bitcoin/bitzeny.json
Normal file
44
common/defs/bitcoin/bitzeny.json
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
"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"
|
||||||
|
],
|
||||||
|
"cooldown": 100,
|
||||||
|
"consensus_branch_id": null
|
||||||
|
}
|
BIN
common/defs/bitcoin/bitzeny.png
Normal file
BIN
common/defs/bitcoin/bitzeny.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
@ -67,5 +67,8 @@
|
|||||||
"bitcoin:RVN": {
|
"bitcoin:RVN": {
|
||||||
"Electrum-RVN": "https://github.com/traysi/electrum-raven",
|
"Electrum-RVN": "https://github.com/traysi/electrum-raven",
|
||||||
"Mango Farm": "https://mangofarmassets.com/mangowallet"
|
"Mango Farm": "https://mangofarmassets.com/mangowallet"
|
||||||
|
},
|
||||||
|
"bitcoin:ZNY": {
|
||||||
|
"Electrum-ZNY": "https://zny.electrum-jp.net"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user