diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/ui/app/reducers/app.spec.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit/ui/app/reducers/app.spec.js b/test/unit/ui/app/reducers/app.spec.js index d8e964a6..b927aca5 100644 --- a/test/unit/ui/app/reducers/app.spec.js +++ b/test/unit/ui/app/reducers/app.spec.js @@ -665,14 +665,14 @@ describe('App State', () => { it('sets hardware wallet default hd path', () => { const hdPaths = { - trezor: "m/44'/60'/0'/0", - ledger: "m/44'/60'/0'", + trezor: "m/44'/237'/0'/0", + ledger: "m/44'/237'/0'/0", } const state = reduceApp(metamaskState, { type: actions.SET_HARDWARE_WALLET_DEFAULT_HD_PATH, value: { device: 'ledger', - path: "m/44'/60'/0'", + path: "m/44'/237'/0'/0", }, }) |