You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
It seems the app uses m/44'/60'/0'/0 as the only address it supports (no HD support currently), whereas as per BIP 44 the addresses used should be one level deeper, i.e.
m/44'/60'/0'/0/0
m/44'/60'/0'/0/1
m/44'/60'/0'/0/2
etc.
A consequence of this is that myetherwallet.com also use the incorrect path m/44'/60'/0' as the parent from which they derive child addresses for Ledger Wallets (they use the correct path m/44'/60'/0'/0 for other types of wallets like mnemonic seeds).