Browse Source

Fix ETC legacy derivation (MEW)

master
Gaëtan Renaudeau 7 years ago
parent
commit
89e7ac8e2a
  1. 2
      src/helpers/derivations.js

2
src/helpers/derivations.js

@ -9,7 +9,7 @@ type Derivation = ({
const ethLegacyMEW: Derivation = ({ x }) => `44'/60'/0'/${x}`
const etcLegacyMEW: Derivation = ({ x }) => `44'/60'/160720'/${x}`
const etcLegacyMEW: Derivation = ({ x }) => `44'/60'/160720'/${x}'/0`
const rippleLegacy: Derivation = ({ x }) => `44'/144'/0'/${x}'`

Loading…
Cancel
Save