You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Discription of admin(address) in TimelockController
*TimelockController : A new admin constructor parameter has been added and that is assigned the admin role instead of the deployer account, so we should add here too as in current repo older version is being used which is not compilable .(#3722)
In Current TimeLock.sol
we have only three constructor parameters
uint256 minDelay
address[] memory proposer
address[] memory executors
There should be address admin constructor parameter in updated contract to use current OpenZeppelin TimelockController
The text was updated successfully, but these errors were encountered:
#Discription of admin(address) in TimelockController
*
TimelockController
: A newadmin
constructor parameter has been added and that is assigned the admin role instead of the deployer account, so we should add here too as in current repo older version is being used which is not compilable .(#3722)In Current TimeLock.sol
we have only three constructor parameters
There should be
address admin
constructor parameter in updated contract to use current OpenZeppelin TimelockControllerThe text was updated successfully, but these errors were encountered: