Improve account connect/loading, check network #154

Merged
raucao merged 4 commits from feature/sign_in into master 2019-09-10 14:48:56 +00:00
2 changed files with 2 additions and 7 deletions
Showing only changes of commit 729110f8d1 - Show all commits
-5
View File
@@ -79,11 +79,6 @@ module.exports = function(environment) {
ENV.APP.autoboot = false;
}
if (environment === 'production') {
// here you can enable a production-specific feature
ENV.kreditsApmDomain = process.env.KREDITS_APM_DOMAIN || 'open.aragonpm.eth';
}
if (process.env.WEB3_PROVIDER_URL) {
ENV.web3ProviderUrl = process.env.WEB3_PROVIDER_URL;
}
+2 -2
View File
@@ -14,8 +14,8 @@
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"test": "ember test",
"start": "KREDITS_APM_DOMAIN=open.aragonpm.eth ember serve",
"start:local": "WEB3_PROVIDER_URL=http://localhost:7545 ember s",
"start": "ember serve",
"start:local": "WEB3_PROVIDER_URL=http://localhost:7545 ember serve",
"build": "ember build",
"build-prod": "rm -rf release/* && ember build -prod --output-path release",
"preversion": "npm test",