-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Allow Dapp Devs to choose the default gas price for the user #1473
Comments
This sounds like a bug, MetaMask shouldn't be overwriting dapp parameters with its defaults. |
Is there anything that needs to be done besides specifying a
|
I think I just stumbled into this one: https://www.reddit.com/r/ethereum/comments/6d3i9j/ens_bug_no_matter_where_i_slide_here_metamask/dhzk2la/ |
:-D Any progress? I had a friend that paid >$20 on a failed tx :-( |
@GriffGreen higher priority bugs being fixed atm ("higher than my bug?? " yes) |
Of course thank you :-D |
Fairly related to #1413, when we define a gas price, Metamask overrides our choice and makes it 20 Gwei. We would like to be able to define this for the user :-D
BACKGROUND
We have a donation button we would like to use for micro transactions and large transactions.
One of our selling points for giveth is to lower the overhead of sending money around the world, so it is very important for us and our users to keep transaction costs down. :-D
Often the donation button generates a token and does a few other calls so it will wind up having an estimated gas above 150,000 (great job with your
estimateGas()
buffer btw :-D!!! )It would be very useful for us to be able to set the default gas price to 2 Gwei (or at least 5 Gwei ;-D) so that we can keep the idea of cheap microtransactions alive in these crazy times.
Much Love,
Griff
The text was updated successfully, but these errors were encountered: