trufflesuite / truffle-hdwallet-provider

HD Wallet-enabled Web3 provider
MIT License
401 stars 167 forks source link

Publish private-key changes #80

Closed slyfox42 closed 5 years ago

slyfox42 commented 5 years ago

Hi guys, I stumbled upon this package 1 month ago when writing a CLI tool for contract deployment. The source code has the logic to accept a private key rather than a mnemonic, while neither the latest version 0.0.6 nor beta-0.0.7 have it.

Is there any ETA on when these changes will be published to NPM?

Thanks!

D-Nice commented 5 years ago

It's already published, try with @beta dist-tag when downloading:

pnpm i truffle-hdwallet-provider@beta

slyfox42 commented 5 years ago

@D-Nice thanks a lot!