Timelock
Timelock Upgrade Controller
The Timelock
is an implementation of the Open Zeppelin TimelockController. This contract is the owner
of the ProxyAdmin
. It adds an additional layer of safety when upgrading, by requiring at least 1 day, represented in the Timelock
as 86400
seconds, to pass before an upgrade transaction can be executed.
Deployment Parameters
minDelay
1 day
Minimum seconds that must pass before a proposed transaction can be executed.
proposers
Team Multisig
Deployer
Addresses allowed to propose transactions. Only the Team Multisig and Deployer can propose transactions.
executors
Team Multisig
Addresses allowed to execute transactions after the delayPeriod
. Only the Team Multisig can execute transactions.
admin
Zero Address
Addresses allowed to add proposers
and executors
. No other additions can be made.
Last updated