Switch to contribution token instead of proposals #100

Merged
raucao merged 5 commits from feature/20-contributions into master 2019-04-09 20:25:36 +00:00
Showing only changes of commit 8984b1ecb7 - Show all commits
+1 -1
View File
@@ -13,8 +13,8 @@
"scripts": {
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"start": "ember serve",
"test": "ember test",
"start": "KREDITS_APM_DOMAIN=open.aragonpm.eth ember serve",
"start:local": "WEB3_PROVIDER_URL=http://localhost:7545 ember s",
bumi commented 2019-04-09 20:14:59 +00:00 (Migrated from github.com)
Review

👍

:+1:
"build": "ember build",
"build-prod": "ember build --environment production",