-
Notifications
You must be signed in to change notification settings - Fork 31
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
feat: configurable gas price #58
Comments
Should we find a way to cancel transaction first ? I guess it's ok on ropsten but on mainnet u likely dont want to send the "same" transaction twice |
You can't really cancel a transaction i think? It's probabilistic at best by sending a replacement tx... |
No idea what you can do but basically you might not think about this issue until it happens:
just to say that you might not specify the gas until you have the problem. (I like the option though) |
I think the From https://ethereum.stackexchange.com/a/76285:
Thought that this article explains speeding up transactions quite well: https://blog.blocknative.com/blog/speed-up-transactions |
Done in #65 , do you want to close this @yehjxraymond ? |
Allow the user to specify gas price or have option for
normal
,fast
orfastest
when sending a transaction...or the transaction will get stuck on a busy day like:
The text was updated successfully, but these errors were encountered: