-
Notifications
You must be signed in to change notification settings - Fork 369
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
Support devchain with L2 already transitioned #11103
Comments
Extra context from Slack |
This was referenced Jul 2, 2024
Starting to work on this today. |
Marked the PR ready for review: |
Follow-on task here: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the devchain is created with latest contracts in the commit it is built. The devtooling team ready wants to start working on celi/contractkit changes that require an L2 enabled.
It could be acheived by, after the job that builds L1 (current one) finishes, applying a second set of migrations that:
proxyAdminAddress (0x4200000000000000000000000000000000000018)
(this enables the transition)CeloDistributionSchedule.activate(...)
)The text was updated successfully, but these errors were encountered: