Browse Source
Merge pull request #1104 from gre/mandatory-etc-scan
Also mandatory scan 5 first etc derivations
master
Meriadec Pillet
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/helpers/derivations.js
|
|
@ -11,6 +11,7 @@ const ethLegacyMEW: Derivation = ({ x }) => `44'/60'/0'/${x}` |
|
|
|
ethLegacyMEW.mandatoryCount = 5 |
|
|
|
|
|
|
|
const etcLegacyMEW: Derivation = ({ x }) => `44'/60'/160720'/${x}'/0` |
|
|
|
etcLegacyMEW.mandatoryCount = 5 |
|
|
|
|
|
|
|
const rippleLegacy: Derivation = ({ x }) => `44'/144'/0'/${x}'` |
|
|
|
|
|
|
|