Add ENV var for custom DAO address #43
4
index.js
4
index.js
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user