mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-21 23:18:13 +00:00
common/defs: update coins info
This commit is contained in:
parent
bd79827c52
commit
9b7a2095b3
@ -1,41 +0,0 @@
|
||||
{
|
||||
"coin_name": "Denarius",
|
||||
"coin_shortcut": "DNR",
|
||||
"coin_label": "Denarius",
|
||||
"website": "https://denarius.io",
|
||||
"github": "https://github.com/carsenk/denarius",
|
||||
"maintainer": "carsenk <carsenk@gmail.com>",
|
||||
"curve_name": "secp256k1",
|
||||
"address_type": 30,
|
||||
"address_type_p2sh": 90,
|
||||
"maxfee_kb": 100000,
|
||||
"minfee_kb": 10000,
|
||||
"signed_message_header": "Denarius Signed Message:\n",
|
||||
"hash_genesis_block": "00000d5dbbda01621cfc16bbc1f9bf3264d641a5dbf0de89fd0182c2c4828fcd",
|
||||
"xprv_magic": 76066276,
|
||||
"xpub_magic": 76067358,
|
||||
"xpub_magic_segwit_p2sh": null,
|
||||
"xpub_magic_segwit_native": null,
|
||||
"bech32_prefix": null,
|
||||
"cashaddr_prefix": null,
|
||||
"slip44": 116,
|
||||
"segwit": false,
|
||||
"decred": false,
|
||||
"fork_id": null,
|
||||
"force_bip143": false,
|
||||
"bip115": false,
|
||||
"default_fee_b": {
|
||||
"Normal": 10
|
||||
},
|
||||
"dust_limit": 54600,
|
||||
"blocktime_seconds": 30,
|
||||
"uri_prefix": "denarius",
|
||||
"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: 17 KiB |
@ -13,7 +13,6 @@
|
||||
"bitcoin:CPC": true,
|
||||
"bitcoin:DASH": true,
|
||||
"bitcoin:DGB": true,
|
||||
"bitcoin:DNR": true,
|
||||
"bitcoin:DOGE": true,
|
||||
"bitcoin:FJC": true,
|
||||
"bitcoin:FLO": true,
|
||||
@ -113,7 +112,6 @@
|
||||
"bitcoin:DASH": "1.5.2",
|
||||
"bitcoin:DCR": "1.6.2",
|
||||
"bitcoin:DGB": "1.6.3",
|
||||
"bitcoin:DNR": "1.7.1",
|
||||
"bitcoin:DOGE": "1.5.2",
|
||||
"bitcoin:ELEMENTS": "1.8.3",
|
||||
"bitcoin:FAIR": "1.8.2",
|
||||
@ -1476,7 +1474,6 @@
|
||||
"bitcoin:DASH": "2.0.5",
|
||||
"bitcoin:DCR": "2.0.8",
|
||||
"bitcoin:DGB": "2.0.7",
|
||||
"bitcoin:DNR": "2.0.8",
|
||||
"bitcoin:DOGE": "2.0.5",
|
||||
"bitcoin:ELEMENTS": "2.1.4",
|
||||
"bitcoin:FAIR": "2.1.1",
|
||||
@ -2834,6 +2831,7 @@
|
||||
"bitcoin:KOTO": true,
|
||||
"bitcoin:LTC": true,
|
||||
"bitcoin:MONA": true,
|
||||
"bitcoin:MUE": true,
|
||||
"bitcoin:NMC": true,
|
||||
"bitcoin:QTUM": true,
|
||||
"bitcoin:RVN": true,
|
||||
|
@ -52,6 +52,9 @@
|
||||
"bitcoin:FJC": {
|
||||
"Electrum-FJC": "http://www.fujicoin.org/downloads.php"
|
||||
},
|
||||
"bitcoin:FLO": {
|
||||
"Chaintek": "https://wallet.chaintek.net/"
|
||||
},
|
||||
"bitcoin:FTC": {
|
||||
"Electrum-FTC": "https://github.com/Feathercoin-Foundation/electrum-ftc"
|
||||
},
|
||||
@ -93,6 +96,7 @@
|
||||
"Qtum-Electrum": "https://github.com/qtumproject/qtum-electrum"
|
||||
},
|
||||
"bitcoin:RVN": {
|
||||
"Chaintek": "https://wallet.chaintek.net/",
|
||||
"Electrum-RVN": "https://github.com/traysi/electrum-raven",
|
||||
"Mango Farm": "https://mangofarmassets.com/mangowallet"
|
||||
},
|
||||
|
@ -656,29 +656,6 @@ def by_name(name: str) -> CoinInfo:
|
||||
curve_name='secp256k1-decred',
|
||||
confidential_assets=None,
|
||||
)
|
||||
elif name == "Denarius":
|
||||
return CoinInfo(
|
||||
coin_name=name,
|
||||
coin_shortcut="DNR",
|
||||
address_type=30,
|
||||
address_type_p2sh=90,
|
||||
maxfee_kb=100000,
|
||||
signed_message_header="Denarius Signed Message:\n",
|
||||
xpub_magic=0x0488b21e,
|
||||
xpub_magic_segwit_p2sh=None,
|
||||
xpub_magic_segwit_native=None,
|
||||
bech32_prefix=None,
|
||||
cashaddr_prefix=None,
|
||||
slip44=116,
|
||||
segwit=False,
|
||||
fork_id=None,
|
||||
force_bip143=False,
|
||||
bip115=False,
|
||||
decred=False,
|
||||
negative_fee=False,
|
||||
curve_name='secp256k1',
|
||||
confidential_assets=None,
|
||||
)
|
||||
elif name == "DigiByte":
|
||||
return CoinInfo(
|
||||
coin_name=name,
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user