MetaMask / metamask-extension

:globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
https://metamask.io
Other
12.01k stars 4.91k forks source link

Use Trezor address derivation on Ledger #7238

Closed BlinkyStitt closed 3 years ago

BlinkyStitt commented 5 years ago

I have a Trezor, but the screen on it is dying so I am trying to use my Ledger instead.

The problem is that, when adding a hardware wallet, neither choice for the derivation path work for me. The address I care about is on 44'/60'/0'/0/6. I see the expected address on 44'/60'/0'/0/0, but Metamask isn't showing the rest of the path that I want. I think it is showing 44'/60'/X'/0/0 instead of 44'/60'/0'/0/X.

Is there any way to use Trezor's derivation code on a Ledger with metamask?

Describe the solution you'd like Have a third dropdown for Ledger that says "Trezor 44'/60'/0'/0/X" or something like that. Being able to use the ledger path on a trezor would also be nice.

Additional context Ledger Live scans the desired path and so is able to show the addresses from the Trezor.

http://idex.market's Ledger support works for my addresses.

http://cdp.makerdao.com Ledger support does NOT work for my addresses.

https://github.com/ethereum/EIPs/issues/84

BlinkyStitt commented 5 years ago

This might be a duplicate of #6716