aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorHsuan Lee <hsuan@cobinhood.com>2018-12-05 14:38:14 +0800
committerHsuan Lee <hsuan@cobinhood.com>2018-12-10 18:53:27 +0800
commit70020380fbce25c2dd6c36734b4b77f2a5d69b78 (patch)
tree16fa2871f8e62068d8fbc8173d0bb73c6ee0913c /ui
parentc941911cf37a9baff8f40023b57ab413190b1a46 (diff)
downloaddexon-wallet-70020380fbce25c2dd6c36734b4b77f2a5d69b78.tar.gz
dexon-wallet-70020380fbce25c2dd6c36734b4b77f2a5d69b78.tar.zst
dexon-wallet-70020380fbce25c2dd6c36734b4b77f2a5d69b78.zip
Update coin type
Diffstat (limited to 'ui')
-rw-r--r--ui/app/components/pages/create-account/connect-hardware/account-list.js4
-rw-r--r--ui/app/reducers/app.js4
2 files changed, 4 insertions, 4 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 8c187604..1a900f44 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,11 +14,11 @@ class AccountList extends Component {
return [
{
label: `Ledger Live`,
- value: `m/44'/60'/0'/0/0`,
+ value: `m/44'/237'/0'/0/0`,
},
{
label: `Legacy (MEW / MyCrypto)`,
- value: `m/44'/60'/0'`,
+ value: `m/44'/237'/0'`,
},
]
}
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)