mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
common/defs: add XVG (#1165)
This commit is contained in:
parent
1eca04b7b2
commit
83fd1b035b
43
common/defs/bitcoin/verge.json
Normal file
43
common/defs/bitcoin/verge.json
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
{
|
||||||
|
"coin_name": "Verge",
|
||||||
|
"coin_shortcut": "XVG",
|
||||||
|
"coin_label": "Verge",
|
||||||
|
"website": "https://vergecurrency.com",
|
||||||
|
"github": "https://github.com/vergecurrency/VERGE",
|
||||||
|
"maintainer": "marpme <kyonleague@protonmail.com>",
|
||||||
|
"curve_name": "secp256k1",
|
||||||
|
"decimals": 6,
|
||||||
|
"address_type": 30,
|
||||||
|
"address_type_p2sh": 33,
|
||||||
|
"maxfee_kb": 10000000,
|
||||||
|
"minfee_kb": 1000000,
|
||||||
|
"signed_message_header": "Name: Dogecoin Dark\n",
|
||||||
|
"hash_genesis_block": "00000fc63692467faeb20cdb3b53200dc601d75bdfa1001463304cc790d77278",
|
||||||
|
"xprv_magic": 35729707,
|
||||||
|
"xpub_magic": 36513075,
|
||||||
|
"xpub_magic_segwit_p2sh": null,
|
||||||
|
"xpub_magic_segwit_native": null,
|
||||||
|
"bech32_prefix": null,
|
||||||
|
"cashaddr_prefix": null,
|
||||||
|
"slip44": 77,
|
||||||
|
"segwit": false,
|
||||||
|
"decred": false,
|
||||||
|
"fork_id": null,
|
||||||
|
"force_bip143": false,
|
||||||
|
"default_fee_b": {
|
||||||
|
"Normal": 10
|
||||||
|
},
|
||||||
|
"dust_limit": 10000,
|
||||||
|
"blocktime_seconds": 30,
|
||||||
|
"uri_prefix": "verge",
|
||||||
|
"min_address_length": 27,
|
||||||
|
"max_address_length": 34,
|
||||||
|
"bitcore": [],
|
||||||
|
"blockbook": [],
|
||||||
|
"negative_fee": false,
|
||||||
|
"cooldown": 100,
|
||||||
|
"consensus_branch_id": null,
|
||||||
|
"confidential_assets": null,
|
||||||
|
"timestamp": true,
|
||||||
|
"extra_data": false
|
||||||
|
}
|
BIN
common/defs/bitcoin/verge.png
Normal file
BIN
common/defs/bitcoin/verge.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
@ -38,6 +38,7 @@
|
|||||||
"bitcoin:VTC": true,
|
"bitcoin:VTC": true,
|
||||||
"bitcoin:XPM": true,
|
"bitcoin:XPM": true,
|
||||||
"bitcoin:XRC": true,
|
"bitcoin:XRC": true,
|
||||||
|
"bitcoin:XVG": true,
|
||||||
"bitcoin:XSN": true,
|
"bitcoin:XSN": true,
|
||||||
"bitcoin:XZC": true,
|
"bitcoin:XZC": true,
|
||||||
"bitcoin:ZCR": true,
|
"bitcoin:ZCR": true,
|
||||||
|
@ -135,6 +135,9 @@
|
|||||||
"bitcoin:XSN": {
|
"bitcoin:XSN": {
|
||||||
"Stakenet": "https://xsnexplorer.io/trezor"
|
"Stakenet": "https://xsnexplorer.io/trezor"
|
||||||
},
|
},
|
||||||
|
"bitcoin:XVG": {
|
||||||
|
"Electrum": "https://github.com/vergecurrency/electrum/releases"
|
||||||
|
},
|
||||||
"bitcoin:XZC": {
|
"bitcoin:XZC": {
|
||||||
"Electrum-XZC": "https://github.com/zcoinofficial/electrum-xzc",
|
"Electrum-XZC": "https://github.com/zcoinofficial/electrum-xzc",
|
||||||
"Znode Tool": "https://github.com/yura-pakhuchiy/znode-tool"
|
"Znode Tool": "https://github.com/yura-pakhuchiy/znode-tool"
|
||||||
|
Loading…
Reference in New Issue
Block a user