Access Manager (#4416)
Co-authored-by: Ernesto García <ernestognw@gmail.com> Co-authored-by: Francisco Giordano <fg@frang.io>
This commit is contained in:
@ -7,6 +7,5 @@ module.exports = {
|
||||
ProposalState: Enum('Pending', 'Active', 'Canceled', 'Defeated', 'Succeeded', 'Queued', 'Expired', 'Executed'),
|
||||
VoteType: Enum('Against', 'For', 'Abstain'),
|
||||
Rounding: Enum('Floor', 'Ceil', 'Trunc', 'Expand'),
|
||||
AccessMode: Enum('Custom', 'Closed', 'Open'),
|
||||
OperationState: Enum('Unset', 'Waiting', 'Ready', 'Done'),
|
||||
};
|
||||
|
||||
5
test/helpers/methods.js
Normal file
5
test/helpers/methods.js
Normal file
@ -0,0 +1,5 @@
|
||||
const { soliditySha3 } = require('web3-utils');
|
||||
|
||||
module.exports = {
|
||||
selector: signature => soliditySha3(signature).substring(0, 10),
|
||||
};
|
||||
Reference in New Issue
Block a user