mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
common/defs: add ETP
This commit is contained in:
parent
1ca1d77bf7
commit
ac201fa92b
45
common/defs/bitcoin/etp.json
Normal file
45
common/defs/bitcoin/etp.json
Normal file
@ -0,0 +1,45 @@
|
||||
{
|
||||
"coin_name": "MetaverseETP",
|
||||
"coin_shortcut": "ETP",
|
||||
"coin_label": "Metaverse ETP",
|
||||
"website": "https://mvs.org",
|
||||
"github": "https://github.com/mvs-org/metaverse",
|
||||
"maintainer": "Sven Mutzl <sven@mutzl.org>",
|
||||
"curve_name": "secp256k1",
|
||||
"address_type": 50,
|
||||
"address_type_p2sh": 5,
|
||||
"maxfee_kb": 2000000,
|
||||
"minfee_kb": 100,
|
||||
"signed_message_header": "Metaverse Signed Message:\n",
|
||||
"hash_genesis_block": "b81848ef9ae86e84c3da26564bc6ab3a79efc628239d11471ab5cd25c0684c2d",
|
||||
"xprv_magic": 76066276,
|
||||
"xpub_magic": 76067358,
|
||||
"xpub_magic_segwit_p2sh": null,
|
||||
"xpub_magic_segwit_native": null,
|
||||
"bech32_prefix": null,
|
||||
"cashaddr_prefix": null,
|
||||
"slip44": 2302,
|
||||
"segwit": false,
|
||||
"decred": false,
|
||||
"fork_id": null,
|
||||
"force_bip143": false,
|
||||
"bip115": false,
|
||||
"default_fee_b": {
|
||||
"Low": 10,
|
||||
"Economy": 70,
|
||||
"Normal": 140,
|
||||
"High": 200
|
||||
},
|
||||
"dust_limit": 546,
|
||||
"blocktime_seconds": 600,
|
||||
"uri_prefix": "etp",
|
||||
"min_address_length": 27,
|
||||
"max_address_length": 34,
|
||||
"bitcore": [],
|
||||
"blockbook": [
|
||||
],
|
||||
"negative_fee": false,
|
||||
"cooldown": 100,
|
||||
"consensus_branch_id": null,
|
||||
"confidential_assets": null
|
||||
}
|
BIN
common/defs/bitcoin/etp.png
Normal file
BIN
common/defs/bitcoin/etp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
Loading…
Reference in New Issue
Block a user