add proposal system

This commit is contained in:
Ricardo Guilherme Schmidt 2019-03-20 22:11:04 -03:00
parent c2c70f4196
commit 907ab5dffd
No known key found for this signature in database
GPG Key ID: BFB3F5C8ED618A94
1 changed files with 6 additions and 3 deletions

View File

@ -39,10 +39,13 @@ module.exports = {
},
"DelegationFactory": {
"args": ["$DelegationBase", "$DelegationInit", "0x0"]
},
"Democracy": {
"args": ["$MiniMeToken", "$DelegationFactory", "0x0"]
},
"ProposalBase": {},
"ProposalInit": {},
"ProposalFactory": {
"args": ["$ProposalBase", "$ProposalInit", "0x0"]
}
}
},