Change default Ethereum RPC provider
Use our own Parity node.
This commit is contained in:
@@ -45,7 +45,7 @@ module.exports = function(environment) {
|
|||||||
if (process.env.WEB3_PROVIDER_URL) {
|
if (process.env.WEB3_PROVIDER_URL) {
|
||||||
ENV.web3ProviderUrl = process.env.WEB3_PROVIDER_URL;
|
ENV.web3ProviderUrl = process.env.WEB3_PROVIDER_URL;
|
||||||
} else {
|
} else {
|
||||||
ENV.web3ProviderUrl = 'https://kovan.infura.io';
|
ENV.web3ProviderUrl = 'https://parity.kosmos.org:8545';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (environment === 'development') {
|
if (environment === 'development') {
|
||||||
|
|||||||
Reference in New Issue
Block a user