-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Interop: Add new role for dependency set management #11366
Comments
The intention here is to have only one authorized caller of each of the 2 functions at a time right? e.g |
Yes exactly, just 1 account that can call |
Ah yes thanks, was about to ask that now, |
You can see in the docs here although we do not want to hardcode any addresses, it would be an argument to |
will this be modifiable and if so, by whom? |
Overview
The
SystemConfigInterop
contract manages the interop dependency set. Right now theowner
of theSystemConfig
can add and remove dependencies. The owner of theSystemConfig
is considered the chain operator. We want to allow for a different role to manage the dependency set so that in production the dependency set can be managed by governance rather than the chain operator.Definition of Done
The text was updated successfully, but these errors were encountered: