truffle-hdwallet-provider icon indicating copy to clipboard operation
truffle-hdwallet-provider copied to clipboard

Update npm package to support multiple addresses

Open meronym opened this issue 7 years ago • 4 comments

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?

meronym avatar Jan 23 '18 21:01 meronym

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.

mishfit avatar Feb 01 '18 17:02 mishfit

NPM update would be much appreciated! Thanks

rguikers avatar Feb 25 '18 12:02 rguikers

You can also update your package.json using github notation.

"dependencies": {
    "truffle-hdwallet-provider": "github:trufflesuite/truffle-hdwallet-provider",
    ...
}

This will pull master

emkman avatar Apr 17 '18 23:04 emkman

i'm not getting multiple addresses anymore, using 0.0.5

okwme avatar Jul 16 '18 21:07 okwme