feat: new betanet tasks#138
Merged
Merged
Conversation
0xOneTony
reviewed
Jan 28, 2026
Member
0xOneTony
left a comment
There was a problem hiding this comment.
I dont think we need to wait for betanet for the stateOverrides like mentioned in the description, cant we define these now?
| # SYSCON-130: SystemConfig proxyAdmin on betanets is not the standard OP Sepolia one | ||
|
|
||
| [addresses] | ||
| OPCM = "0xf0a2e224519e876979ea6b2cd15ef5cc3d6703bd" # v600 OPCM |
Member
There was a problem hiding this comment.
Suggested change
| OPCM = "0xf0a2e224519e876979ea6b2cd15ef5cc3d6703bd" # v600 OPCM | |
| OPCM = "0xf0a2e224519e876979ea6b2cd15ef5cc3d6703bd" # v600 OPCM source https://github.com/ethereum-optimism/superchain-registry/blob/c84ed822ae5a65500d8c0e323460fa688cfcca22/validation/standard/standard-versions-sepolia.toml#L23C56-L23C98 |
| OPCM = "0xf0a2e224519e876979ea6b2cd15ef5cc3d6703bd" # v600 OPCM | ||
|
|
||
| [stateOverrides] | ||
| 0xf64bc17485f0B4Ea5F06A96514182FC4cB561977 = [ |
Member
There was a problem hiding this comment.
Suggested change
| 0xf64bc17485f0B4Ea5F06A96514182FC4cB561977 = [ | |
| 0xf64bc17485f0B4Ea5F06A96514182FC4cB561977 = [ # SC |
Member
There was a problem hiding this comment.
Why dont we also update the stateOverrides from now on this aswell?
0xOneTony
approved these changes
Jan 28, 2026
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.
Add U18 Upgrade Task for RevShare Betanet
Summary
Adds the new
060-U18-rev-share-betanettask for upgrading RevShare Betanet to U18, and renames the existing RevShare setup task from060to061to establish proper task ordering (U18 upgrade must run before RevShare setup).Changes
New:
060-U18-rev-share-betanet0xf64bc17485f0B4Ea5F06A96514182FC4cB561977), hashes TBDRenamed:
060-betanet-rev-share→061-betanet-rev-share060to061fallbackAddressesJsonPathto point to061-betanet-rev-share/addresses.jsonTODO Before Merging
forge testpassingjust simulate-stack sepIncoming Betanet
A new betanet is being spun up to replace the current revshare-beta-0. When deployed, the following will need updating:
060/config.tomll2chains(name, chainId),[[opcmUpgrades]]chainId, prestates (if different), stateOverrides address060/addresses.json061/config.tomll2chains(name, chainId),portals,ProxyAdminOwner, stateOverrides addresses061/addresses.json*/VALIDATION.mdWhere to get new values