patches web3 http provider bug. basically, passing a provider url would cause saddle to create its own web3 http provider, but it was doing so with a version of web3-provider is presumably incompatible with our version of web3 1.0.beta55. Instead, we just pass web3 the url and let it figure it out. Probably worth looking back and fixing using web3-provider-engine, but this works for now.
reads multiple private keys and adds them to the web3 wallet. Use this by adding multiple keys to ~/ethereum/${network}, separating each with a newline
patches web3 http provider bug. basically, passing a provider url would cause saddle to create its own web3 http provider, but it was doing so with a version of
web3-provider
is presumably incompatible with our version of web31.0.beta55
. Instead, we just pass web3 the url and let it figure it out. Probably worth looking back and fixing usingweb3-provider-engine
, but this works for now.reads multiple private keys and adds them to the web3 wallet. Use this by adding multiple keys to
~/ethereum/${network}
, separating each with a newline