dao-templates icon indicating copy to clipboard operation
dao-templates copied to clipboard

shared: TemplatesDeployer should not assume template constructor params

Open sohkai opened this issue 5 years ago • 0 comments

The TemplatesDeployer currently hardcodes four parameters as the constructor parameters to each template.

We should loosen this to allow a user to describe their templates' own constructor parameters. For contracts that we deploy, like the test ENS and aragonID, we can export symbols and check for them.

sohkai avatar Dec 30 '19 16:12 sohkai