enzymefinance / protocol

Enzyme Protocol Implementation

Home Page:https://enzyme.finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Derive deploy_in_testing and deploy_in_kovan from one parent file

SeanJCasey opened this issue · comments

It's easy for the config in deploy_in_testing and deploy_in_kovan to get out of sync, e.g., namespacing changes, new contracts or exchange adapters, etc.

Rather than explicitly defining two files, it would be better to have one parent file that then has some of the config added to or overwritten for local or kovan deployments. This can be done via the makefile.

Moved to CH