Skip to content

Commit

Permalink
Revert "feature: Add legacy derivation path to Trezor (#19443)" (#19451)
Browse files Browse the repository at this point in the history
This reverts commit 36de02f.
  • Loading branch information
brad-decker authored Jun 5, 2023
1 parent 36de02f commit b5ef94b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/pages/create-account/connect-hardware/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export const LATTICE_HD_PATHS = [
const TREZOR_TESTNET_PATH = `m/44'/1'/0'/0`;
export const TREZOR_HD_PATHS = [
{ name: `BIP44 Standard (e.g. MetaMask, Trezor)`, value: BIP44_PATH },
{ name: `Legacy (Ledger / MEW / MyCrypto)`, value: MEW_PATH },
{ name: `Trezor Testnets`, value: TREZOR_TESTNET_PATH },
];

Expand Down

0 comments on commit b5ef94b

Please sign in to comment.