Add ENV var for custom DAO address #43

Merged
raucao merged 2 commits from feature/custom_dao_address into master 2019-08-27 10:38:45 +00:00
Showing only changes of commit 1f1053e289 - Show all commits

View File

@ -50,13 +50,9 @@ module.exports = async function(robot) {
//
const opts = { ipfsConfig };
if (daoAddress) {
opts.addresses = { Kernel: daoAddress };
} else {
opts.apm = 'open.aragonpm.eth';
}
let kredits;
try {