common/defs: remove ZCL as per maintainer request

pull/633/head
Pavol Rusnak 5 years ago
parent 0b1b9a2f79
commit d17ced9305
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -1,43 +0,0 @@
{
"coin_name": "ZClassic",
"coin_shortcut": "ZCL",
"coin_label": "ZClassic",
"website": "https://zclassic.org",
"github": "https://github.com/ZclassicCommunity",
"maintainer": "James Skrowvedeht <james@thedevworks.io>",
"curve_name": "secp256k1",
"address_type": 7352,
"address_type_p2sh": 7357,
"maxfee_kb": 1000000,
"minfee_kb": 1000,
"signed_message_header": "Zcash Signed Message:\n",
"hash_genesis_block": "0007104ccda289427919efc39dc9e4d499804b7bebc22df55f8b834301260602",
"xprv_magic": 76066276,
"xpub_magic": 76067358,
"xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null,
"bech32_prefix": null,
"cashaddr_prefix": null,
"slip44": 147,
"segwit": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
"bip115": false,
"default_fee_b": {
"Normal": 10
},
"dust_limit": 546,
"blocktime_seconds": 150,
"uri_prefix": "zclassic",
"min_address_length": 35,
"max_address_length": 95,
"bitcore": [
"https://explorer.zcl.zeltrez.io"
],
"blockbook": [],
"negative_fee": false,
"cooldown": 100,
"consensus_branch_id": null,
"confidential_assets": null
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

@ -45,7 +45,6 @@
"bitcoin:XRC": true,
"bitcoin:XSN": true,
"bitcoin:XZC": true,
"bitcoin:ZCL": true,
"bitcoin:ZCR": true,
"bitcoin:ZEC": true,
"bitcoin:ZEN": true,
@ -157,7 +156,6 @@
"bitcoin:XRC": "1.8.2",
"bitcoin:XSN": "1.8.0",
"bitcoin:XZC": "1.6.2",
"bitcoin:ZCL": "1.8.0",
"bitcoin:ZCR": "1.8.4",
"bitcoin:ZEC": "1.7.1",
"bitcoin:ZEL": "1.8.3",
@ -1521,7 +1519,6 @@
"bitcoin:XRC": "2.1.1",
"bitcoin:XSN": "2.0.11",
"bitcoin:XZC": "2.0.7",
"bitcoin:ZCL": "2.0.11",
"bitcoin:ZCR": "2.1.7",
"bitcoin:ZEC": "2.0.8",
"bitcoin:ZEL": "2.1.4",

@ -1668,29 +1668,6 @@ def by_name(name: str) -> CoinInfo:
curve_name='secp256k1',
confidential_assets=None,
)
elif name == "ZClassic":
return CoinInfo(
coin_name=name,
coin_shortcut="ZCL",
address_type=7352,
address_type_p2sh=7357,
maxfee_kb=1000000,
signed_message_header="Zcash Signed Message:\n",
xpub_magic=0x0488b21e,
xpub_magic_segwit_p2sh=None,
xpub_magic_segwit_native=None,
bech32_prefix=None,
cashaddr_prefix=None,
slip44=147,
segwit=False,
fork_id=None,
force_bip143=False,
bip115=False,
decred=False,
negative_fee=False,
curve_name='secp256k1',
confidential_assets=None,
)
elif name == "ZCore":
return CoinInfo(
coin_name=name,

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save