mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 06:25:57 +00:00
bcc1711061
Always deploy the contract regardless if already deployed when 'track' field in the contract configuration is specified and set to false. In line with #938 requirements: * If a contract has the track field set to false, that contract will always deploy. * If the track field is set to true, then the existing deployment tracking mechanism will be active for that contract. * If the field is not set, it should be assumed to true by default Refs: https://github.com/embark-framework/embark/issues/938