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

Revisit gas fees in scripts #808

Open
zajck opened this issue Oct 3, 2023 · 0 comments
Open

Revisit gas fees in scripts #808

zajck opened this issue Oct 3, 2023 · 0 comments

Comments

@zajck
Copy link
Member

zajck commented Oct 3, 2023

During the upgrade on polygon mainnet, the script was failing with "transaction underpriced" error. It worked only after getFees was changed to return gasPrice instead of EIP-1559 compliant maxPriorityFeePerGas and maxFeePerGas.
This resulted in much more expensive tx fees overall.

The problem was not present on any other networks where we upgraded or deployed v2.3.0 version.

Investigate how to properly handle fees on all networks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant