Message: SetManager
This operation allows the multisig to change the manager, compensator, and claimer addresses. There is no timelock on this operation.
Note that the owner can change the multisig address using the UpdateBaseConfig message, and therefore, the owner inherently has all of the capabilities that the multisig, manager, compensator, and claimer also have.
Inputs
The incoming message has the following structure:
message SetManager {
manager: Address;
compensator: Address;
claimer: Address;
}
managerValidation: None.
Impact: The new manager address.
compensatorValidation: None.
Impact: The new compensator address.
claimerValidation: None.
Impact: The new claimer address.
Test coverage
Intended branches
Negative behavior