-
Notifications
You must be signed in to change notification settings - Fork 3.9k
feat: Add OPCM v2 Support for chain upgrades to op-deployer #18593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
smartcontracts
merged 14 commits into
ethereum-optimism:develop
from
defi-wonderland:sc-feat/opcm2-upgrade-op-chain
Dec 19, 2025
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
148ee03
WIP: opcmv2 upgrade op chain (#752)
0xniha a252244
feat: adds intermediary struct for op-deployer upgrade (#759)
0xiamflux 85b1af9
Merge develop into sc-feat/opcm2-upgrade-op-chain
0xiamflux 800a13e
Merge pull request #761 from defi-wonderland/sync/opcm2
0xiamflux a481a60
Merge branch 'develop' into sync/opcm2
0xiamflux 5a087eb
chore: pre-pr ready
0xiamflux a425048
Merge pull request #763 from defi-wonderland/sync/opcm2
0xiamflux 5ffe81c
Merge pull request #764 from defi-wonderland/fix/opcm2-upgradeopchain…
0xiamflux 79e6f66
refactor: remove enshrined v7_0_0 upgrade in op-deployer (#766)
0xiamflux 3e42753
test: use correct game type and pass correct extra instruction to Upg…
0xiamflux e08b1ab
Merge branch 'develop' into sc-feat/opcm2-upgrade-op-chain
0xiamflux 631df94
Merge pull request #776 from defi-wonderland/sync/opcm2
0xOneTony fdd96c8
fix: opcm2 opd test and sc checks (#777)
0xOneTony b413e89
chore: set test timeout to 30s (#778)
0xiamflux File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
16 changes: 16 additions & 0 deletions
16
op-deployer/pkg/deployer/upgrade/embedded/testdata/config.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| { | ||
| "prank": "0x1Eb2fFc903729a0F03966B917003800b145F56E2", | ||
| "opcm": "0xaf334f4537e87f5155d135392ff6d52f1866465e", | ||
| "upgradeInput": { | ||
| "systemConfig": "0x034edD2A225f7f429A63E0f1D2084B9E0A93b538", | ||
| "disputeGameConfigs": [ | ||
| { | ||
| "enabled": true, | ||
| "initBond": "0x0", | ||
| "gameType": 0, | ||
| "gameArgs": "0x" | ||
| } | ||
| ], | ||
| "extraInstructions": [] | ||
| } | ||
| } |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.