Change default Ethereum RPC provider

Use our own Parity node.
This commit is contained in:
2017-05-13 17:00:04 +02:00
parent ba1cd1cd49
commit be6c5574ff
+1 -1
View File
@@ -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') {