Browse Source

Also mandatory scan 5 first etc derivations

master
Gaëtan Renaudeau 7 years ago
parent
commit
56da995aa9
  1. 1
      src/helpers/derivations.js

1
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}'`

Loading…
Cancel
Save