We need a way to manage upgrades for chains that use a multisig like OP Mainnet. To do this, we'll need a special broadcaster type for multisig transactions. This broadcaster will aggregate broadcasts, then output a Gnosis SAFE transaction JSON for future execution.
As part of this, we can also add a parameter to the intent to transfer ownership over the L1 system to an address of the user's choice.
We need a way to manage upgrades for chains that use a multisig like OP Mainnet. To do this, we'll need a special broadcaster type for multisig transactions. This broadcaster will aggregate broadcasts, then output a Gnosis SAFE transaction JSON for future execution.
As part of this, we can also add a parameter to the intent to transfer ownership over the L1 system to an address of the user's choice.
DoD: