1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-19 05:58:09 +00:00
trezor-firmware/common/tests/fixtures/solana/get_address.json
2023-08-02 08:40:02 +02:00

25 lines
486 B
JSON

{
"setup": {
"mnemonic": "all all all all all all all all all all all all",
"passphrase": ""
},
"tests": [
{
"parameters": {
"path": "m/44'/501'/0'/0'"
},
"result": {
"expected_address": "14CCvQzQzHCVgZM3j9soPnXuJXh1RmCfwLVUcdfbZVBS"
}
},
{
"parameters": {
"path": "m/44'/501'/1'/0'"
},
"result": {
"expected_address": "CqPFGxxzrE2bgLGC98x9rYix7Nq17mh8L7pWseJt3c9N"
}
}
]
}