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

fix: set minimal priority fee to 1 wei #808

Merged
merged 5 commits into from
Jun 2, 2024

Conversation

klkvr
Copy link
Member

@klkvr klkvr commented Jun 2, 2024

Motivation

ref foundry-rs/foundry#7806

It seems that some of the chains always require non-zero priority fee.

Solution

Enforce minimum 1 wei priority fee in default estimator. In ethers we had similar constant set to 3 gwei so this shouldn't cause any issues.

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@prestwich prestwich merged commit dc56a76 into alloy-rs:main Jun 2, 2024
24 checks passed
ben186 pushed a commit to ben186/alloy that referenced this pull request Jul 27, 2024
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

Successfully merging this pull request may close these issues.

3 participants