common/defs: add XVG (#1165)

pull/1155/head
Marvin Piekarek 4 years ago committed by GitHub
parent 1eca04b7b2
commit 83fd1b035b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

@ -38,6 +38,7 @@
"bitcoin:VTC": true,
"bitcoin:XPM": true,
"bitcoin:XRC": true,
"bitcoin:XVG": true,
"bitcoin:XSN": true,
"bitcoin:XZC": true,
"bitcoin:ZCR": true,

@ -135,6 +135,9 @@
"bitcoin:XSN": {
"Stakenet": "https://xsnexplorer.io/trezor"
},
"bitcoin:XVG": {
"Electrum": "https://github.com/vergecurrency/electrum/releases"
},
"bitcoin:XZC": {
"Electrum-XZC": "https://github.com/zcoinofficial/electrum-xzc",
"Znode Tool": "https://github.com/yura-pakhuchiy/znode-tool"

Loading…
Cancel
Save