diff options
author | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-05 14:38:14 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 18:53:27 +0800 |
commit | 70020380fbce25c2dd6c36734b4b77f2a5d69b78 (patch) | |
tree | 16fa2871f8e62068d8fbc8173d0bb73c6ee0913c /ui | |
parent | c941911cf37a9baff8f40023b57ab413190b1a46 (diff) | |
download | dexon-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.js | 4 | ||||
-rw-r--r-- | ui/app/reducers/app.js | 4 |
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) |