From 6a5eb5a3133c5aedf19fbeb2a301cea9f82dfc3f Mon Sep 17 00:00:00 2001 From: bumi Date: Tue, 3 Apr 2018 21:34:45 +0200 Subject: [PATCH] use kovan as default network id --- config/environment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.js b/config/environment.js index 4c2c385..1982f46 100644 --- a/config/environment.js +++ b/config/environment.js @@ -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'] = {