|
@ -11,6 +11,7 @@ const ethLegacyMEW: Derivation = ({ x }) => `44'/60'/0'/${x}` |
|
|
ethLegacyMEW.mandatoryCount = 5 |
|
|
ethLegacyMEW.mandatoryCount = 5 |
|
|
|
|
|
|
|
|
const etcLegacyMEW: Derivation = ({ x }) => `44'/60'/160720'/${x}'/0` |
|
|
const etcLegacyMEW: Derivation = ({ x }) => `44'/60'/160720'/${x}'/0` |
|
|
|
|
|
etcLegacyMEW.mandatoryCount = 5 |
|
|
|
|
|
|
|
|
const rippleLegacy: Derivation = ({ x }) => `44'/144'/0'/${x}'` |
|
|
const rippleLegacy: Derivation = ({ x }) => `44'/144'/0'/${x}'` |
|
|
|
|
|
|
|
|