refactor DAO deployment

This commit is contained in:
2019-03-24 22:11:24 +01:00
parent 12341d1526
commit e1fea4ed97
10 changed files with 260 additions and 113 deletions

View File

@@ -37,8 +37,12 @@
"network": "development",
"appName": "dummy.aragonpm.eth"
},
"kovan": {
"network": "kovan",
"appName": "dummy.aragonpm.eth"
},
"default": {
"network": "rpc",
"network": "development",
"appName": "dummy.aragonpm.eth"
}
},