Extend Governor with parameterized votes (#3043)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
@ -43,6 +43,7 @@ contract('GovernorTimelockControl', function (accounts) {
|
||||
shouldSupportInterfaces([
|
||||
'ERC165',
|
||||
'Governor',
|
||||
'GovernorWithParams',
|
||||
'GovernorTimelock',
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user