From 7a072f25866b9f98ff7bda2f7e91363cef89a823 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Wed, 8 Feb 2017 13:15:06 +0800 Subject: [PATCH] use dev chain in development environment --- config/environment.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environment.js b/config/environment.js index b6b3c1b..98d2bbe 100644 --- a/config/environment.js +++ b/config/environment.js @@ -31,6 +31,7 @@ module.exports = function(environment) { // ENV.APP.LOG_TRANSITIONS = true; // ENV.APP.LOG_TRANSITIONS_INTERNAL = true; // ENV.APP.LOG_VIEW_LOOKUPS = true; + ENV.ethereumChain = 'dev'; } if (environment === 'test') {