mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
common/defs: remove BTDX as it has no Trezor compatible wallet
This commit is contained in:
parent
07c7da8df6
commit
178d58c763
@ -1,41 +0,0 @@
|
||||
{
|
||||
"coin_name": "Bitcloud",
|
||||
"coin_shortcut": "BTDX",
|
||||
"coin_label": "Bitcloud",
|
||||
"website": "https://bit-cloud.info",
|
||||
"github": "https://github.com/LIMXTEC/Bitcloud",
|
||||
"maintainer": "limxdev <info@bit-cloud.info>",
|
||||
"curve_name": "secp256k1",
|
||||
"address_type": 25,
|
||||
"address_type_p2sh": 5,
|
||||
"maxfee_kb": 1000000,
|
||||
"minfee_kb": 10000,
|
||||
"signed_message_header": "Diamond Signed Message:\n",
|
||||
"hash_genesis_block": "000002d56463941c20eae5cb474cc805b646515d18bc7dc222a0885b206eadb0",
|
||||
"xprv_magic": 76066276,
|
||||
"xpub_magic": 76067358,
|
||||
"xpub_magic_segwit_p2sh": null,
|
||||
"xpub_magic_segwit_native": null,
|
||||
"bech32_prefix": null,
|
||||
"cashaddr_prefix": null,
|
||||
"slip44": 218,
|
||||
"segwit": false,
|
||||
"decred": false,
|
||||
"fork_id": null,
|
||||
"force_bip143": false,
|
||||
"bip115": false,
|
||||
"default_fee_b": {
|
||||
"Normal": 10
|
||||
},
|
||||
"dust_limit": 5460,
|
||||
"blocktime_seconds": 300,
|
||||
"uri_prefix": "bitcloud",
|
||||
"min_address_length": 27,
|
||||
"max_address_length": 34,
|
||||
"bitcore": [],
|
||||
"blockbook": [],
|
||||
"negative_fee": false,
|
||||
"cooldown": 100,
|
||||
"consensus_branch_id": null,
|
||||
"confidential_assets": null
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
@ -6,7 +6,6 @@
|
||||
"bitcoin:BCH": true,
|
||||
"bitcoin:BTC": true,
|
||||
"bitcoin:BTCP": true,
|
||||
"bitcoin:BTDX": true,
|
||||
"bitcoin:BTG": true,
|
||||
"bitcoin:BTX": true,
|
||||
"bitcoin:CPC": true,
|
||||
@ -101,7 +100,6 @@
|
||||
"bitcoin:BST": "1.8.2",
|
||||
"bitcoin:BTC": "1.5.2",
|
||||
"bitcoin:BTCP": "1.6.2",
|
||||
"bitcoin:BTDX": "1.7.2",
|
||||
"bitcoin:BTG": "1.6.2",
|
||||
"bitcoin:BTX": "1.7.1",
|
||||
"bitcoin:CPU": "1.8.3",
|
||||
@ -1460,7 +1458,6 @@
|
||||
"bitcoin:BST": "2.1.1",
|
||||
"bitcoin:BTC": "2.0.5",
|
||||
"bitcoin:BTCP": "2.0.7",
|
||||
"bitcoin:BTDX": "2.0.10",
|
||||
"bitcoin:BTG": "2.0.7",
|
||||
"bitcoin:BTX": "2.0.8",
|
||||
"bitcoin:CPC": "2.0.10",
|
||||
|
@ -265,29 +265,6 @@ def by_name(name: str) -> CoinInfo:
|
||||
curve_name='secp256k1',
|
||||
confidential_assets=None,
|
||||
)
|
||||
elif name == "Bitcloud":
|
||||
return CoinInfo(
|
||||
coin_name=name,
|
||||
coin_shortcut="BTDX",
|
||||
address_type=25,
|
||||
address_type_p2sh=5,
|
||||
maxfee_kb=1000000,
|
||||
signed_message_header="Diamond Signed Message:\n",
|
||||
xpub_magic=0x0488b21e,
|
||||
xpub_magic_segwit_p2sh=None,
|
||||
xpub_magic_segwit_native=None,
|
||||
bech32_prefix=None,
|
||||
cashaddr_prefix=None,
|
||||
slip44=218,
|
||||
segwit=False,
|
||||
fork_id=None,
|
||||
force_bip143=False,
|
||||
bip115=False,
|
||||
decred=False,
|
||||
negative_fee=False,
|
||||
curve_name='secp256k1',
|
||||
confidential_assets=None,
|
||||
)
|
||||
elif name == "Bcash":
|
||||
return CoinInfo(
|
||||
coin_name=name,
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user