mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add MetaMask to list of BIP44 HD path examples (#10703)
The "BIP44 Standard" HD path option in the Ledger connect flow listed only Trezor as an example. It seemed appropriate to include MetaMask as well, since we use the same path. This helps users who have imported their MetaMask seed phrase onto a Ledger device to discover this option.
This commit is contained in:
parent
255586aea1
commit
5bed62b1b3
@ -21,7 +21,7 @@ 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 },
|
||||
{ name: `BIP44 Standard (e.g. MetaMask, Trezor)`, value: BIP44_PATH },
|
||||
];
|
||||
|
||||
class ConnectHardwareForm extends Component {
|
||||
|
Loading…
Reference in New Issue
Block a user