From 629ec182fe69a8ee81abc2a03ba26dd1a1f76a24 Mon Sep 17 00:00:00 2001 From: Chen Wei Date: Mon, 1 Jul 2019 17:34:16 +0800 Subject: 1. correct name display in network dropdown 2. enable 373 derived path --- test/unit/ui/app/reducers/app.spec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/unit') diff --git a/test/unit/ui/app/reducers/app.spec.js b/test/unit/ui/app/reducers/app.spec.js index 09cf3dbf0..779a082a8 100644 --- a/test/unit/ui/app/reducers/app.spec.js +++ b/test/unit/ui/app/reducers/app.spec.js @@ -656,14 +656,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'/373'/0'/0", + ledger: "m/44'/373'/0'", } const state = reduceApp(metamaskState, { type: actions.SET_HARDWARE_WALLET_DEFAULT_HD_PATH, value: { device: 'ledger', - path: "m/44'/60'/0'", + path: "m/44'/373'/0'", }, }) -- cgit v1.2.3