Skip to content
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

Transactions on Mumbai & Polygon should be min = 30gwei #1670

Closed
2 tasks
LoznianuAnamaria opened this issue Dec 19, 2022 · 2 comments · Fixed by #1671
Closed
2 tasks

Transactions on Mumbai & Polygon should be min = 30gwei #1670

LoznianuAnamaria opened this issue Dec 19, 2022 · 2 comments · Fixed by #1671
Assignees
Labels
Type: Bug Something isn't working

Comments

@LoznianuAnamaria
Copy link
Contributor

LoznianuAnamaria commented Dec 19, 2022

Our users reported that they are getting the "Transaction underpriced error" on Mumbai: https://discord.com/channels/612953348487905282/720631837122363412/1052546895060410418

We need to make sure we increase the gas for Mumbai to at least 30gwei

Additional info:

@LoznianuAnamaria LoznianuAnamaria added the Type: Bug Something isn't working label Dec 19, 2022
@mihaisc
Copy link
Contributor

mihaisc commented Dec 19, 2022

we need to add an if here to make sure the gas is above 30 for polygon and mumbai

const estimatedGas = await functionToEstimateGas

@LoznianuAnamaria LoznianuAnamaria changed the title Transactions on Mumbai should be min = 30gwei Transactions on Mumbai & Polygon should be min = 30gwei Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants