v1.3.1
What's Changed
- Support custom derivation path of HD wallet by @codsay in #35
When creating a new user, we now can pass a custom derivation path to create wallets
const user = new User("user-password", {
passwordValidator: {
validatorRegex: "passwordRegexValidation",
},
"m/PURPOSE'/COINT_TYPE'/INDEX'"
});Ref README for more details
Full Changelog: v.1.2.1...v1.3.1