Use testnet for all envs for now

This commit is contained in:
2017-02-07 22:38:15 +08:00
parent 9cc4f85a69
commit 3eb58451cc
2 changed files with 3 additions and 4 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ module.exports = function(environment) {
// when it is created
},
web3ProviderUrl: "https://parity.kosmos.org:8545"
web3ProviderUrl: "https://parity.kosmos.org:8545",
ethereumChain: "testnet"
};
if (environment === 'development') {