mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-05 23:10:12 +00:00
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
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": "pointer",
|
|
"block_index": 1,
|
|
"tx_index": 2,
|
|
"certificate_index": 3,
|
|
"network_id": 1,
|
|
"protocol_magic": 764824073
|
|
},
|
|
"result": {
|
|
"expected_address": "addr1gxq0nckg3ekgzuqg7w5p9mvgnd9ym28qh5grlph8xd2z92spqgpsl97q83"
|
|
}
|
|
},
|
|
{
|
|
"parameters": {
|
|
"path": "m/1852'/1815'/0'/0/0",
|
|
"address_type": "pointer",
|
|
"block_index": 24157,
|
|
"tx_index": 177,
|
|
"certificate_index": 42,
|
|
"network_id": 0,
|
|
"protocol_magic": 42
|
|
},
|
|
"result": {
|
|
"expected_address": "addr_test1gzq0nckg3ekgzuqg7w5p9mvgnd9ym28qh5grlph8xd2z925ph3wczvf2ag2x9t"
|
|
}
|
|
},
|
|
{
|
|
"parameters": {
|
|
"address_type": "pointer_script",
|
|
"script_payment_hash": "0d5acbf6a1dfb0c8724e60df314987315ccbf78bb6c0f9b6f3d568fe",
|
|
"block_index": 24157,
|
|
"tx_index": 177,
|
|
"certificate_index": 42,
|
|
"network_id": 1,
|
|
"protocol_magic": 764824073
|
|
},
|
|
"result": {
|
|
"expected_address": "addr12yx44jlk580mpjrjfesd7v2fsuc4ejlh3wmvp7dk702k3l5ph3wczvf2zmd4yp"
|
|
}
|
|
},
|
|
{
|
|
"parameters": {
|
|
"address_type": "pointer_script",
|
|
"script_payment_hash": "0d5acbf6a1dfb0c8724e60df314987315ccbf78bb6c0f9b6f3d568fe",
|
|
"block_index": 24157,
|
|
"tx_index": 177,
|
|
"certificate_index": 42,
|
|
"network_id": 0,
|
|
"protocol_magic": 42
|
|
},
|
|
"result": {
|
|
"expected_address": "addr_test12qx44jlk580mpjrjfesd7v2fsuc4ejlh3wmvp7dk702k3l5ph3wczvf2d4sugn"
|
|
}
|
|
}
|
|
]
|
|
}
|