-
Notifications
You must be signed in to change notification settings - Fork 44
feat: ETH lockbox redesign #206
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
feat: ETH lockbox redesign #206
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, but would appreciate some more specificity on how the lockboxes should should be treated after migration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with some very minor comments
Ok just waiting on approval from @mds1 now |
Description
Making changes to the current ETH lockbox design doc to apply the new design changes. The dependency set is removed from L1 and the
SuperchainConfig
is no more related with the lockbox. Every portal will migrate to have its own lockbox and later two lockboxes can be merged. We use the "upgrader controller" as the authorized role instead of the system admin to be coordinated with the new OPCM design.