Skip to content

Commit

Permalink
Merge branch 'develop' into fix4
Browse files Browse the repository at this point in the history
  • Loading branch information
rohiiittttt authored Jun 5, 2023
2 parents d155146 + 36de02f commit 22a4fc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/pages/create-account/connect-hardware/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ 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 22a4fc6

Please sign in to comment.