mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
add trezor HD path for ledger wallets (#10616)
Co-authored-by: Barry Gitarts <bgitarts@gmail.com>
This commit is contained in:
parent
aa37e30c08
commit
669ab187a1
@ -17,9 +17,11 @@ const U2F_ERROR = 'U2F';
|
||||
|
||||
const LEDGER_LIVE_PATH = `m/44'/60'/0'/0/0`;
|
||||
const MEW_PATH = `m/44'/60'/0'`;
|
||||
const BIP44_PATH = `m/44'/60'/0'/0`;
|
||||
const HD_PATHS = [
|
||||
{ name: 'Ledger Live', value: LEDGER_LIVE_PATH },
|
||||
{ name: 'Legacy (MEW / MyCrypto)', value: MEW_PATH },
|
||||
{ name: `BIP44 Standard (e.g. Trezor)`, value: BIP44_PATH },
|
||||
];
|
||||
|
||||
class ConnectHardwareForm extends Component {
|
||||
|
Loading…
Reference in New Issue
Block a user