use kovan as default network id

This commit is contained in:
2018-04-03 21:34:45 +02:00
parent 6354b03717
commit 6a5eb5a313
+1 -1
View File
@@ -43,7 +43,7 @@ module.exports = function(environment) {
}
};
ENV.contractMetadata['networkId'] = "17";
ENV.contractMetadata['networkId'] = "42";
if (process.env.OPERATOR_CONTRACT_ADDR) {
ENV.contractMetadata['Operator'] = {