Skip to content

Conversation

@haythemsellami
Copy link
Contributor

Motivation

Fix #386

Solution

Added --gas-price CLI arg.

PR Checklist

  • Added Tests
  • Added Documentation
  • Ran cargo +nightly clippy --workspace --lib --examples --tests --benches --all-features --locked --fix
  • Ran cargo fmt --all
  • Note breaking changes in PR description, if applicable
  • update changelogs
    • Update CHANGELOG.md in each affected crate
    • add a high-level description in the root changelog

- gas_price_adder already handles it
- and more conservatively at +/-10% basefee
Copy link
Member

@zeroXbrock zeroXbrock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you @haythemsellami! Your code was great, I just made some changes where I realized I had left some outdated code laying around. That +20% I was adding to the gas price was written before I had implemented the gas_price_adder mechanism.

@zeroXbrock zeroXbrock merged commit 591e400 into flashbots:main Dec 29, 2025
7 checks passed
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.

manual gas price assignment

2 participants