Remove apm address from options

It's already the default in the contracts module.
This commit is contained in:
2019-08-27 12:37:50 +02:00
parent 84f20efff0
commit 1f1053e289

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 {