mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 10:39:00 +00:00
31 lines
714 B
JSON
31 lines
714 B
JSON
{
|
|
"setup": {
|
|
"mnemonic": "all all all all all all all all all all all all",
|
|
"passphrase": ""
|
|
},
|
|
"tests": [
|
|
{
|
|
"parameters": {
|
|
"path": "m/1852'/1815'/0'/2/0",
|
|
"address_type": "reward",
|
|
"network_id": 1,
|
|
"protocol_magic": 764824073
|
|
},
|
|
"result": {
|
|
"expected_address": "stake1uyfz49rtntfa9h0s98f6s28sg69weemgjhc4e8hm66d5yacalmqha"
|
|
}
|
|
},
|
|
{
|
|
"parameters": {
|
|
"path": "m/1852'/1815'/0'/2/0",
|
|
"address_type": "reward",
|
|
"network_id": 0,
|
|
"protocol_magic": 42
|
|
},
|
|
"result": {
|
|
"expected_address": "stake_test1uqfz49rtntfa9h0s98f6s28sg69weemgjhc4e8hm66d5yac643znq"
|
|
}
|
|
}
|
|
]
|
|
}
|