use public infura ETH node in production -still on ropsten

This commit is contained in:
2017-02-08 19:22:16 +08:00
parent 7c98de3e6a
commit 2a9f9a50c4
+2
View File
@@ -46,6 +46,8 @@ module.exports = function(environment) {
}
if (environment === 'production') {
ENV.ethereumChain = 'testnet';
ENV.web3ProviderUrl = 'https://ropsten.infura.io';
}
return ENV;