truffle-hdwallet-provider
truffle-hdwallet-provider copied to clipboard
Update npm package to support multiple addresses
I'm using the latest version (0.0.3) of this package (installed through npm) but the codebase seems to be at an older version, as it doesn't have support for multiple addresses.
What should I do to fetch the latest update and use it in my project?
This worked for me
$ npm install --save-dev git+https://github.com/trufflesuite/truffle-hdwallet-provider.git#71520a2
Essentially install from a specific commit hash...but, yes, I would love an official updated package.
NPM update would be much appreciated! Thanks
You can also update your package.json
using github notation.
"dependencies": {
"truffle-hdwallet-provider": "github:trufflesuite/truffle-hdwallet-provider",
...
}
This will pull master
i'm not getting multiple addresses anymore, using 0.0.5