mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-05 23:10:12 +00:00
33 lines
903 B
JSON
33 lines
903 B
JSON
{
|
|
"setup": {
|
|
"mnemonic": "all all all all all all all all all all all all",
|
|
"passphrase": ""
|
|
},
|
|
"tests": [
|
|
{
|
|
"parameters": {
|
|
"path": "m/1852'/1815'/0'/0/0",
|
|
"address_type": "enterprise",
|
|
"staking_key_hash": "1bc428e4720702ebd5dab4fb175324c192dc9bb76cc5da956e3c8dff",
|
|
"network_id": 1,
|
|
"protocol_magic": 764824073
|
|
},
|
|
"result": {
|
|
"expected_address": "addr1vxq0nckg3ekgzuqg7w5p9mvgnd9ym28qh5grlph8xd2z92su77c6m"
|
|
}
|
|
},
|
|
{
|
|
"parameters": {
|
|
"path": "m/1852'/1815'/0'/0/0",
|
|
"address_type": "enterprise",
|
|
"staking_key_hash": "1bc428e4720702ebd5dab4fb175324c192dc9bb76cc5da956e3c8dff",
|
|
"network_id": 0,
|
|
"protocol_magic": 764824073
|
|
},
|
|
"result": {
|
|
"expected_address": "addr_test1vzq0nckg3ekgzuqg7w5p9mvgnd9ym28qh5grlph8xd2z92s8k2y47"
|
|
}
|
|
}
|
|
]
|
|
}
|