This proposal aims to update the ProposalGuardian of the Compound Governor contract to the community multisig with an expiration of six months, extending until September 11, 2025.
The ProposalGuardian was last updated in Proposal 304, where an expiration date was set for February 17, 2025. Since this expiration date has passed, this proposal is being submitted to renew the ProposalGuardian role for the community multisig and extend its validity for another six months.
Call setProposalGuardian on the Compound Governor contract to set the community multisig as the new ProposalGuardian, with an expiration timestamp of 1757566800 (Thu, Sep 11, 2025).
Although the proposal simulation linked in the Tally UI is failing, the proposal should execute successfully in production.
Reasoning:
propose()._governanceCall queue, and then the Timelock is called to execute the transaction.During the Tenderly simulation, the Timelock is impersonated without Governor.execute being called, meaning _governanceCall is not populated. This causes the transaction to revert in the simulation, but in a real execution, it should succeed as expected.