feat: production configs#1318
Merged
maurelian merged 29 commits intoethereum-optimism:mainfrom Dec 18, 2025
Merged
Conversation
* feat: base as executed (ethereum-optimism#1312) * feat:add worldchain sepolia key handback over task (ethereum-optimism#1284) * feat:add worldchain sepolia key handback over task * clean up worldchain key handback over task * changed worldchain task number * fix:delete task 39 replaced by task 46 * fix:update nonces * Update src/tasks/sep/046-worldchain-l2pao-key-handback-over/README.md Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> * fix:updated message hashes changed after adding new nonces * Update README.md * fix:clean up text in sepolia validation.md * Update src/tasks/sep/046-worldchain-l2pao-key-handback-over/VALIDATION.md Co-authored-by: Alberto Cuesta Cañada <38806121+alcueca@users.noreply.github.com> * ci: bump timeout because stacked sims are slow * ci: this really shouldn’t take 90m, testing… * Update config.toml * Update config.yml * feat: nonce bump * fix: remove noGasMetering modifier which causes stacked sims to hang I am unsure exactly why it hangs. This did not used to hang, but now it does. Still need to better understand the root cause here --------- Co-authored-by: Wazabie <48911235+Wazabie@users.noreply.github.com> Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Co-authored-by: Alberto Cuesta Cañada <38806121+alcueca@users.noreply.github.com> Co-authored-by: Matt Solomon <matt@mattsolomon.dev> Co-authored-by: JosepBove <josep@oplabs.co> * Safer safes migrate to LivenessModule2 template (ethereum-optimism#1298) * WIP on jb/safer-safes * fix: typos * feat: regression tests and finish template * fmt * fix: block * adding solutions to sepolia task dir (ethereum-optimism#1306) * feat: set worldchain l2pao key handback as executed on sepolia (ethereum-optimism#1315) * test: update configs with soneium (#81) (ethereum-optimism#1309) * test: update configs with soneium (#81) * fix: forge fmt (#84) * fix: build error (#88) * fix: warning * fix: wrong sepolia examples tasks numeration --------- Co-authored-by: Disco <131301107+0xDiscotech@users.noreply.github.com> --------- Co-authored-by: JosepBove <josep@oplabs.co> Co-authored-by: Zak Ayesh <44901995+ZakAyesh@users.noreply.github.com> Co-authored-by: Wazabie <48911235+Wazabie@users.noreply.github.com> Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Co-authored-by: Alberto Cuesta Cañada <38806121+alcueca@users.noreply.github.com> Co-authored-by: Matt Solomon <matt@mattsolomon.dev> Co-authored-by: soyboy <85043086+sbvegan@users.noreply.github.com> Co-authored-by: Disco <131301107+0xDiscotech@users.noreply.github.com>
* chore: sync and fusaka blocks
maurelian
reviewed
Dec 12, 2025
maurelian
reviewed
Dec 12, 2025
maurelian
reviewed
Dec 12, 2025
maurelian
reviewed
Dec 12, 2025
maurelian
reviewed
Dec 12, 2025
maurelian
previously approved these changes
Dec 16, 2025
maurelian
approved these changes
Dec 17, 2025
sbvegan
approved these changes
Dec 18, 2025
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
upgradeAndSetupexample tasks (left only Ink and Soneium)setupRevShareexample tasks (left only OP)Tests
upgradeAndSetuptestssetupRevShareAdditional context
Production values needed
Take notice that the values on the tasks are ordered in arrays, where first item corresponds to Ink and second to Soneium per each.
Mainnet calldata for the gov post (obtained from the simulation):
Testnet calldata for the gov post (obtained from the simulation):
Metadata
Closes #17505