chore: update fees depositor address and min withdrawal amount on genesis#18490
Merged
JosepBove merged 5 commits intoethereum-optimism:developfrom Dec 5, 2025
Merged
Conversation
Contributor
Author
|
/ci authorize a06debe |
Contributor
Author
|
/ci authorize f700319 |
maurelian
reviewed
Dec 4, 2025
maurelian
approved these changes
Dec 4, 2025
JosepBove
approved these changes
Dec 5, 2025
Merged
via the queue into
ethereum-optimism:develop
with commit Dec 5, 2025
c59e981
134 checks passed
0xOneTony
pushed a commit
to defi-wonderland/optimism
that referenced
this pull request
Jan 9, 2026
…esis (ethereum-optimism#18490) * fix: remove todo and update fees depositor address on mainnet (#704) * chore: set genesis min withdrawal threshold from ten to two eth (#723) * fix: remove unused errors (#726)
maurelian
added a commit
that referenced
this pull request
Jan 14, 2026
* chore: update fees depositor address and min withdrawal amount on genesis (#18490) * fix: remove todo and update fees depositor address on mainnet (#704) * chore: set genesis min withdrawal threshold from ten to two eth (#723) * fix: remove unused errors (#726) * fix: do not use fallback artifacts on PRs branches other than develop --------- Co-authored-by: Disco <131301107+0xDiscotech@users.noreply.github.com> Co-authored-by: Maurelian <maurelian@protonmail.ch>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updates
FeesDepositoraddress with the recently deployed address.Updates the
minWithdrawalAmountthreshold on genesis from 10 eth to 2 eth for consistency after the value was decided, and updates the gas limit required for a withdrawal from 1m to 800k since that value is more than enough based on our tests.Tests
Set the threshold again to 10 eth for the
test_revenueSharing_fullFlow_succeedstest given the threshold amount is not the relevant part of the test, math is hardcoded, and to make it more future proof in case this value changes again later. We still have a fuzzed integration test with 2 eth as threshold.Metadata
FeesDepositoraddress on deployer upon deployment #17505 (partially, the other fix needs to take place on the superchain-ops repo)