add proposal system
This commit is contained in:
parent
c2c70f4196
commit
907ab5dffd
|
@ -39,10 +39,13 @@ module.exports = {
|
|||
},
|
||||
"DelegationFactory": {
|
||||
"args": ["$DelegationBase", "$DelegationInit", "0x0"]
|
||||
},
|
||||
"Democracy": {
|
||||
"args": ["$MiniMeToken", "$DelegationFactory", "0x0"]
|
||||
},
|
||||
"ProposalBase": {},
|
||||
"ProposalInit": {},
|
||||
"ProposalFactory": {
|
||||
"args": ["$ProposalBase", "$ProposalInit", "0x0"]
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue