mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-18 23:22:07 +00:00
1d235cf67a
* Basic reducer / action / saga setup, rendering wallets. * Better address rows, with values. * Styling + back and next buttons. * Formatting, dpath changing. * Derived -> Deterministic * Set wallet on confirm. * Flesh out Trezor wallet, add transaction signing. * Custom dpath, better handling of canceled switches and over-rendering / prop calling. * Token empty string value. * Move DPaths to config file. * Clarifying comments.
17 lines
243 B
JSON
17 lines
243 B
JSON
{
|
|
"TREZOR": [
|
|
{
|
|
"label": "TREZOR (ETH)",
|
|
"value": "m/44'/60'/0'/0"
|
|
},
|
|
{
|
|
"label": "TREZOR (ETC)",
|
|
"value": "m/44'/61'/0'/0"
|
|
},
|
|
{
|
|
"label": "Testnet",
|
|
"value": "m/44'/1'/0'/0"
|
|
}
|
|
]
|
|
}
|