aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/reducers/app.js')
-rw-r--r--ui/app/reducers/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js
index 297a3c94..307ef31c 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -73,8 +73,8 @@ function reduceApp (state, action) {
gasIsLoading: false,
networkNonce: null,
defaultHdPaths: {
- trezor: `m/44'/60'/0'/0`,
- ledger: `m/44'/60'/0'/0/0`,
+ trezor: `m/44'/237'/0'/0`,
+ ledger: `m/44'/237'/0'/0/0`,
},
}, state.appState)