Remove apm address from options

It's already the default in the contracts module.
This commit is contained in:
Basti 2019-08-27 12:37:50 +02:00
parent 84f20efff0
commit 1f1053e289
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67

View File

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