diff --git a/config/environment.js b/config/environment.js index 98d2bbe..77dd642 100644 --- a/config/environment.js +++ b/config/environment.js @@ -46,6 +46,8 @@ module.exports = function(environment) { } if (environment === 'production') { + ENV.ethereumChain = 'testnet'; + ENV.web3ProviderUrl = 'https://ropsten.infura.io'; } return ENV;