TimelockController constructor arguments

hello,
I'm currently trying to implement the TimelockController contract but the constructor requires for 4 arguments, I only know 3 (minDelay, proposers, executors).. Can someone help me understand what is the 4th argument required

The last argument is the address that will have Admin rigths

3 Likes

This is the kind of thing that you can consult in the docs: TimelockController.constructor.

Adding this 4th argument was a breaking change we had to do recently as explained in the changelog.

1 Like