From 9cc4f85a69c44f39faeaa37e646b91b1f845e106 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Tue, 7 Feb 2017 21:35:55 +0800 Subject: [PATCH] Use parity.kosmos.org --- config/environment.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/environment.js b/config/environment.js index 2e9ed24..7563d84 100644 --- a/config/environment.js +++ b/config/environment.js @@ -19,11 +19,12 @@ module.exports = function(environment) { APP: { // Here you can pass flags/options to your application instance // when it is created - } + }, + + web3ProviderUrl: "https://parity.kosmos.org:8545" }; if (environment === 'development') { - ENV.web3ProviderUrl = "http://139.59.248.169:8545"; // ENV.APP.LOG_RESOLVER = true; // ENV.APP.LOG_ACTIVE_GENERATION = true; // ENV.APP.LOG_TRANSITIONS = true;