mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
3ab036a1d1
Add additional device tests for GRS Add P2TR GetAddress for GRS mainnet and testnet Add SignTX spending taproot UTXO (The resulting transaction from the SignTx device test was successfully mined on Testnet.)
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"coin_name": "Groestlcoin",
|
|
"coin_shortcut": "GRS",
|
|
"coin_label": "Groestlcoin",
|
|
"website": "https://www.groestlcoin.org",
|
|
"github": "https://github.com/Groestlcoin/groestlcoin",
|
|
"maintainer": "Yura Pakhuchiy <pakhuchiy@gmail.com>",
|
|
"curve_name": "secp256k1_groestl",
|
|
"decimals": 8,
|
|
"address_type": 36,
|
|
"address_type_p2sh": 5,
|
|
"maxfee_kb": 16000000000,
|
|
"minfee_kb": 1000,
|
|
"signed_message_header": "GroestlCoin Signed Message:\n",
|
|
"hash_genesis_block": "00000ac5927c594d49cc0bdb81759d0da8297eb614683d3acb62f0703b639023",
|
|
"xprv_magic": 76066276,
|
|
"xpub_magic": 76067358,
|
|
"xpub_magic_segwit_p2sh": 77429938,
|
|
"xpub_magic_segwit_native": 78792518,
|
|
"xpub_magic_multisig_segwit_p2sh": 76067358,
|
|
"xpub_magic_multisig_segwit_native": 76067358,
|
|
"bech32_prefix": "grs",
|
|
"cashaddr_prefix": null,
|
|
"slip44": 17,
|
|
"segwit": true,
|
|
"taproot": true,
|
|
"decred": false,
|
|
"fork_id": null,
|
|
"force_bip143": false,
|
|
"default_fee_b": {
|
|
"Normal": 10
|
|
},
|
|
"dust_limit": 546,
|
|
"blocktime_seconds": 60,
|
|
"uri_prefix": "groestlcoin",
|
|
"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
|
|
}
|