dao-templates
dao-templates copied to clipboard
shared: TemplatesDeployer should not assume template constructor params
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.