Use parity.kosmos.org

This commit is contained in:
2017-02-07 21:35:55 +08:00
parent 29602d5c36
commit 9cc4f85a69
+3 -2
View File
@@ -19,11 +19,12 @@ module.exports = function(environment) {
APP: {
// Here you can pass flags/options to your application instance
// when it is created
}
},
web3ProviderUrl: "https://parity.kosmos.org:8545"
};
if (environment === 'development') {
ENV.web3ProviderUrl = "http://139.59.248.169:8545";
// ENV.APP.LOG_RESOLVER = true;
// ENV.APP.LOG_ACTIVE_GENERATION = true;
// ENV.APP.LOG_TRANSITIONS = true;