use public infura ETH node in production -still on ropsten
This commit is contained in:
@@ -46,6 +46,8 @@ module.exports = function(environment) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (environment === 'production') {
|
if (environment === 'production') {
|
||||||
|
ENV.ethereumChain = 'testnet';
|
||||||
|
ENV.web3ProviderUrl = 'https://ropsten.infura.io';
|
||||||
}
|
}
|
||||||
|
|
||||||
return ENV;
|
return ENV;
|
||||||
|
|||||||
Reference in New Issue
Block a user