trufflesuite / truffle-hdwallet-provider

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

Support hdwallet signing on existing providers #72

Closed willscott closed 6 years ago

willscott commented 6 years ago

This change supports configuration of the gateway provider, either to upgrade it to a websocket connection, or to configure timeouts or other options on the underlying provider.

benjamincburns commented 6 years ago

Great contribution! Thanks, @willscott!