mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-23 20:19:33 +00:00
87a04cd5db
This was an issue experienced with ENS contracts not being deployed because the configs used `strategy: explicit` and ENS configs are not in configs. To fix, I changed the way we check for deploy. If `deploy` is set as `true` it should always deploy even if not in configs. It just means they were added from a plugin (like ENS) Also, I needed to set to `false` the `deploy` property of contracts compiled that were not in config, because otherwise, they tried to deploy, which goes against the strategy. This is because those contracts get initiated as `deploy: true`.
embark-contracts-manager
Smart contracts manager for Embark
Visit framework.embarklabs.io to get started with Embark.