You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Description**
Adds a concept of interop sets so that `op-supervisor` can be set up
with more nuance.
Interop sets get their configuration section under `interop.sets`. A
single interop set binds several L2 chains (referenced by their network
IDs) into an interoperable system.
- The `participants` field refers to network IDs of the L2 chains.
Special value `*` can be used to quickly assign all L2s into a single
interop set. To simulate misconfiguration, a single L2 can be assigned
to multiple interop sets
- `supervisor_params` can override default supervisor parameters under
`interop.supervisor_params`
- Interop is enabled if there is at least one interop set. It can be
disabled explicitly either as a whole or per-interop-set using
`interop.enabled` and `interop.sets[].enabled` boolean fields
0 commit comments