This issue keeps track of changing the CI so it fails when the Solidity sources and contracts.json do not match in data_CONTRACTS_VERSION.
When data_CONTRACTS_VERSION/contracts.json and data_CONTRACTS_VERSION/sources do not match, the deployment script refuses to deploy data_CONTRACTS_VERSION/contracts.json. This affects the private network deployment.
This issue keeps track of changing the CI so it fails when the Solidity sources and
contracts.json
do not match indata_CONTRACTS_VERSION
.When
data_CONTRACTS_VERSION/contracts.json
anddata_CONTRACTS_VERSION/sources
do not match, the deployment script refuses to deploydata_CONTRACTS_VERSION/contracts.json
. This affects the private network deployment.