Skip to content

feat: patch --browser priority fee#13700

Open
sakulstra wants to merge 8 commits intofoundry-rs:masterfrom
sakulstra:fix/browser-gas
Open

feat: patch --browser priority fee#13700
sakulstra wants to merge 8 commits intofoundry-rs:masterfrom
sakulstra:fix/browser-gas

Conversation

@sakulstra
Copy link
Contributor

Motivation

When trying to use --browser via rabby on base, txns are failing.

Solution

The issue seems to be that rabby overwrites the priority fee of 1 wei, which then breaks the invariant on maxFeePerGas.

PR Checklist

  • Added Tests, also tested manually and i'm able to deploy now.

zerosnacks
zerosnacks previously approved these changes Mar 10, 2026
Copy link
Member

@zerosnacks zerosnacks left a comment

Choose a reason for hiding this comment

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

Thanks @sakulstra!

zerosnacks
zerosnacks previously approved these changes Mar 10, 2026
Copy link
Member

@zerosnacks zerosnacks left a comment

Choose a reason for hiding this comment

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

Would prefer one more review from @onbjerg / @grandizzy as it touches a sensitive code path, fix looks good

@zerosnacks zerosnacks self-requested a review March 13, 2026 09:33
Copy link
Member

@zerosnacks zerosnacks left a comment

Choose a reason for hiding this comment

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

Hi @sakulstra, given that this change is --browser specific would you mind gating this new behavior behind this?

@sakulstra
Copy link
Contributor Author

@zerosnacks done, but also removed the test as idk how to test the --browser path 😅

Co-authored-by: zerosnacks <95942363+zerosnacks@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

bug: Base deployment fails with --browser

2 participants