diff options
-rw-r--r-- | ui/app/components/pages/create-account/connect-hardware/account-list.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pages/create-account/connect-hardware/account-list.js b/ui/app/components/pages/create-account/connect-hardware/account-list.js index 1a900f44..ed619ad5 100644 --- a/ui/app/components/pages/create-account/connect-hardware/account-list.js +++ b/ui/app/components/pages/create-account/connect-hardware/account-list.js @@ -14,7 +14,7 @@ class AccountList extends Component { return [ { label: `Ledger Live`, - value: `m/44'/237'/0'/0/0`, + value: `m/44'/237'/0'/0`, }, { label: `Legacy (MEW / MyCrypto)`, |