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