From 840fcf9d25a7a1dcd0b1fa331115b2fa3fb6dcfe Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 28 Apr 2019 13:01:33 +0100 Subject: [PATCH] Add commented setting for custom local DAO address --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index d3ea757..cf410c4 100644 --- a/index.js +++ b/index.js @@ -53,6 +53,7 @@ module.exports = async function(robot) { kredits = await new Kredits(signer.provider, signer, { // TODO support local devchain custom address apm: 'open.aragonpm.eth', + // addresses: { Kernel: '0x93aa4531329e4bf3efcd1ec0b74adb6f66d9d10e' } ipfsConfig }).init(); } catch(error) {