-
Notifications
You must be signed in to change notification settings - Fork 91
context deadline exceeded #258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I created a PR that (hopefully) allows providing a higher gas price: It doesn't solve the timeout issue though. |
For timeouts, probably need to another flag and use it for the |
If that would solve the timeouts it would be very nice if that could be added. Do you have time to implement this? |
I did just try the new release (with my PR) however now I'm not even seeing the transaction pop up in Etherscan at all:
Any idea what I could be doing wrong? Edit:
|
I've added a PR with a start on this: |
Ok I also added a --timout flag. 😄 |
Hello, I'm currently running into an issue where it seems that deploying a contract takes longer then the time allowed to wait for it:
Is there a way to increase the max timeout?
Next to that I also haven't been able to find a way to increase the gas-price when deploying a SmartContract. Is there a way to do that?
The text was updated successfully, but these errors were encountered: