Skip to content

chore: update fees depositor address and min withdrawal amount on genesis#18490

Merged
JosepBove merged 5 commits intoethereum-optimism:developfrom
defi-wonderland:sc-feat/fees-depositor-update
Dec 5, 2025
Merged

chore: update fees depositor address and min withdrawal amount on genesis#18490
JosepBove merged 5 commits intoethereum-optimism:developfrom
defi-wonderland:sc-feat/fees-depositor-update

Conversation

@0xDiscotech
Copy link
Copy Markdown
Contributor

@0xDiscotech 0xDiscotech commented Dec 3, 2025

Description

Updates FeesDepositor address with the recently deployed address.
Updates the minWithdrawalAmount threshold 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_succeeds test 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

@0xDiscotech 0xDiscotech requested review from a team as code owners December 3, 2025 22:29
@0xDiscotech
Copy link
Copy Markdown
Contributor Author

/ci authorize a06debe

@0xDiscotech
Copy link
Copy Markdown
Contributor Author

/ci authorize f700319

@JosepBove JosepBove added this pull request to the merge queue Dec 5, 2025
Merged via the queue into ethereum-optimism:develop with commit c59e981 Dec 5, 2025
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>
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.

Set FeesDepositor address on deployer upon deployment

3 participants