1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-21 23:18:13 +00:00

Added Avian AVN coin support

This commit is contained in:
Veljko Vuckovic 2024-06-19 02:15:21 +02:00 committed by GitHub
parent ce2436245d
commit 50f7a41490
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,44 @@
{
"coin_name": "Avian",
"coin_shortcut": "AVN",
"coin_label": "Avian",
"website": "https://avn.network",
"github": "https://github.com/AvianNetwork/Avian",
"maintainer": "Admin <contact@avn.network>",
"curve_name": "secp256k1",
"decimals": 8,
"address_type": 60,
"address_type_p2sh": 122,
"maxfee_kb": 170000000000,
"minfee_kb": 1000,
"signed_message_header": "Raven Signed Message:\n",
"hash_genesis_block": "000000cdb10fc01df7fba251f2168ef7cd7854b571049db4902c315694461dd0",
"xprv_magic": 76066276,
"xpub_magic": 76067358,
"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": 921,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": 64,
"force_bip143": false,
"default_fee_b": {
"Low": 10
},
"dust_limit": 546,
"blocktime_seconds": 30,
"uri_prefix": "avian",
"min_address_length": 27,
"max_address_length": 34,
"negative_fee": false,
"cooldown": 100,
"overwintered": false,
"extra_data": false,
"timestamp": false,
"confidential_assets": null
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB