Skip to content
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

Standard L2 Genesis: OptimismPortal Modifications #12298

Open
Tracked by #12302
tynes opened this issue Oct 3, 2024 · 0 comments
Open
Tracked by #12302

Standard L2 Genesis: OptimismPortal Modifications #12298

tynes opened this issue Oct 3, 2024 · 0 comments

Comments

@tynes
Copy link
Contributor

tynes commented Oct 3, 2024

This ticket represents the modifications to the OptimismPortal per the standard L2 genesis spec. This involves updating the ABI such that it adds 2 new functions that can issue deposit transactions from the DEPOSITOR_ACCOUNT

  • setConfig(uint8,bytes)
  • upgrade(uint256,bytes)

The setConfig function can set chain specific config in the L1Block contract and MUST only be callable by the SystemConfig. The upgrade function can call the L2ProxyAdmin as the DEPOSITOR_ACCOUNT and MUST only be callable by the SuperchainConfig UPGRADER role.

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

No branches or pull requests

1 participant