1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-26 00:08:10 +00:00

fix(common): remove dead coin Hatch

This commit is contained in:
Pavol Rusnak 2021-06-03 17:46:05 +02:00 committed by matejcik
parent 767e7b8e8d
commit fce3640848
10 changed files with 2 additions and 167 deletions

View File

@ -1,43 +0,0 @@
{
"coin_name": "Hatch",
"coin_shortcut": "HATCH",
"coin_label": "Hatch",
"website": "https://hatch.ga",
"github": "https://github.com/hatchpay/hatch",
"maintainer": "Hatch Support <support@hatch.ga>",
"curve_name": "secp256k1",
"decimals": 8,
"address_type": 76,
"address_type_p2sh": 16,
"maxfee_kb": 100000,
"minfee_kb": 1000,
"signed_message_header": "Hatch Signed Message:\n",
"hash_genesis_block": "000000fa6116f5d6c6ce9b60bd431469e40b4fe55feeeda59e33cd2f0b863196",
"xprv_magic": 50221816,
"xpub_magic": 50221772,
"xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null,
"xpub_magic_multisig_segwit_p2sh": null,
"xpub_magic_multisig_segwit_native": null,
"bech32_prefix": null,
"cashaddr_prefix": null,
"slip44": 88888888,
"segwit": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
"default_fee_b": {
"Normal": 10
},
"dust_limit": 5460,
"blocktime_seconds": 150,
"uri_prefix": "hatch",
"min_address_length": 27,
"max_address_length": 34,
"negative_fee": false,
"cooldown": 100,
"consensus_branch_id": null,
"extra_data": false,
"timestamp": false,
"confidential_assets": null
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -1,43 +0,0 @@
{
"coin_name": "Hatch Testnet",
"coin_shortcut": "tHATCH",
"coin_label": "Hatch Testnet",
"website": "https://hatch.ga",
"github": "https://github.com/hatchpay/hatch",
"maintainer": "Hatch Support <support@hatch.ga>",
"curve_name": "secp256k1",
"decimals": 8,
"address_type": 140,
"address_type_p2sh": 19,
"maxfee_kb": 100000,
"minfee_kb": 10000,
"signed_message_header": "Hatch Signed Message:\n",
"hash_genesis_block": "00000bf8b02180fa3860e3f4fbfaab76db14fbfd1323d1d3ad06d83b828b6644",
"xprv_magic": 70615956,
"xpub_magic": 70617039,
"xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null,
"xpub_magic_multisig_segwit_p2sh": null,
"xpub_magic_multisig_segwit_native": null,
"bech32_prefix": null,
"cashaddr_prefix": null,
"slip44": 1,
"segwit": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
"default_fee_b": {
"Normal": 10
},
"dust_limit": 5460,
"blocktime_seconds": 150,
"uri_prefix": "hatch",
"min_address_length": 27,
"max_address_length": 34,
"negative_fee": false,
"cooldown": 100,
"consensus_branch_id": null,
"extra_data": false,
"timestamp": false,
"confidential_assets": null
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -389,24 +389,6 @@
}
]
},
"bitcoin:HATCH": {
"links": {
"Github": "https://github.com/hatchpay/hatch",
"Homepage": "https://hatch.ga"
},
"marketcap_usd": 0,
"name": "Hatch",
"shortcut": "HATCH",
"t1_enabled": "yes",
"t2_enabled": "yes",
"type": "coin",
"wallet": [
{
"name": "HMT",
"url": "https://github.com/hatchpay/hatch-masternode-tool/"
}
]
},
"bitcoin:KMD": {
"links": {
"Github": "https://github.com/komodoplatform/komodo",

View File

@ -104,7 +104,6 @@
"bitcoin:FTC": "1.7.1",
"bitcoin:GAME": "1.7.1",
"bitcoin:GRS": "1.6.2",
"bitcoin:HATCH": "1.8.4",
"bitcoin:KMD": "1.8.0",
"bitcoin:KOTO": "1.7.1",
"bitcoin:LTC": "1.5.2",
@ -140,7 +139,6 @@
"bitcoin:tDASH": "1.6.2",
"bitcoin:tFIRO": "1.6.2",
"bitcoin:tGRS": "1.6.2",
"bitcoin:tHATCH": "1.8.4",
"bitcoin:tLTC": "1.6.2",
"bitcoin:tPART": "1.8.3",
"bitcoin:tPPC": "1.8.4",
@ -2326,7 +2324,6 @@
"bitcoin:FTC": "2.0.8",
"bitcoin:GAME": "2.0.8",
"bitcoin:GRS": "2.0.8",
"bitcoin:HATCH": "2.1.6",
"bitcoin:KMD": "2.0.11",
"bitcoin:KOTO": "2.0.8",
"bitcoin:LTC": "2.0.5",
@ -2362,7 +2359,6 @@
"bitcoin:tDASH": "2.0.8",
"bitcoin:tFIRO": "2.0.7",
"bitcoin:tGRS": "2.0.8",
"bitcoin:tHATCH": "2.1.6",
"bitcoin:tLTC": "2.0.7",
"bitcoin:tPART": "2.1.4",
"bitcoin:tPPC": "2.1.9",

View File

@ -55,9 +55,6 @@
"bitcoin:GRS": {
"Electrum-GRS": "https://www.groestlcoin.org/groestlcoin-electrum-wallet"
},
"bitcoin:HATCH": {
"HMT": "https://github.com/hatchpay/hatch-masternode-tool/"
},
"bitcoin:KOTO": {
"Electrum-KOTO": "https://electrum.kotocoin.info"
},

View File

@ -0,0 +1 @@
Removed support for Hatch

View File

@ -962,62 +962,6 @@ def by_name(name: str) -> CoinInfo:
overwintered=False,
confidential_assets=None,
)
elif name == "Hatch":
return CoinInfo(
coin_name=name,
coin_shortcut="HATCH",
decimals=8,
address_type=76,
address_type_p2sh=16,
maxfee_kb=100000,
signed_message_header="Hatch Signed Message:\n",
xpub_magic=0x02fe52cc,
xpub_magic_segwit_p2sh=None,
xpub_magic_segwit_native=None,
xpub_magic_multisig_segwit_p2sh=None,
xpub_magic_multisig_segwit_native=None,
bech32_prefix=None,
cashaddr_prefix=None,
slip44=88888888,
segwit=False,
fork_id=None,
force_bip143=False,
decred=False,
negative_fee=False,
curve_name='secp256k1',
extra_data=False,
timestamp=False,
overwintered=False,
confidential_assets=None,
)
elif name == "Hatch Testnet":
return CoinInfo(
coin_name=name,
coin_shortcut="tHATCH",
decimals=8,
address_type=140,
address_type_p2sh=19,
maxfee_kb=100000,
signed_message_header="Hatch Signed Message:\n",
xpub_magic=0x043587cf,
xpub_magic_segwit_p2sh=None,
xpub_magic_segwit_native=None,
xpub_magic_multisig_segwit_p2sh=None,
xpub_magic_multisig_segwit_native=None,
bech32_prefix=None,
cashaddr_prefix=None,
slip44=1,
segwit=False,
fork_id=None,
force_bip143=False,
decred=False,
negative_fee=False,
curve_name='secp256k1',
extra_data=False,
timestamp=False,
overwintered=False,
confidential_assets=None,
)
elif name == "Komodo":
return CoinInfo(
coin_name=name,

View File

@ -0,0 +1 @@
Removed support for Hatch