From be6c5574ffcedb3c392b78bcd4d3079195f72c27 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sat, 13 May 2017 17:00:04 +0200 Subject: [PATCH] Change default Ethereum RPC provider Use our own Parity node. --- config/environment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.js b/config/environment.js index 4771775..5798bc4 100644 --- a/config/environment.js +++ b/config/environment.js @@ -45,7 +45,7 @@ module.exports = function(environment) { if (process.env.WEB3_PROVIDER_URL) { ENV.web3ProviderUrl = process.env.WEB3_PROVIDER_URL; } else { - ENV.web3ProviderUrl = 'https://kovan.infura.io'; + ENV.web3ProviderUrl = 'https://parity.kosmos.org:8545'; } if (environment === 'development') {