Skip to content

Commit

Permalink
Fix outdated docs about timelock admin (#3806)
Browse files Browse the repository at this point in the history
(cherry picked from commit 47d4ebb)
  • Loading branch information
frangio committed Nov 7, 2022
1 parent e708b09 commit e0137d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/governance.adoc
Expand Up @@ -254,7 +254,7 @@ TimelockController uses an AccessControl setup that we need to understand in ord

- The Proposer role is in charge of queueing operations: this is the role the Governor instance should be granted, and it should likely be the only proposer in the system.
- The Executor role is in charge of executing already available operations: we can assign this role to the special zero address to allow anyone to execute (if operations can be particularly time sensitive, the Governor should be made Executor instead).
- Lastly, there is the Admin role, which can grant and revoke the two previous roles: this is a very sensitive role that will be granted automatically to both deployer and timelock itself, but should be renounced by the deployer after setup.
- Lastly, there is the Admin role, which can grant and revoke the two previous roles: this is a very sensitive role that will be granted automatically to the timelock itself, and optionally to a second account, which can be used for ease of setup but should promptly renounce the role.

== Proposal Lifecycle

Expand Down

0 comments on commit e0137d4

Please sign in to comment.