Add commented setting for custom local DAO address

This commit is contained in:
Basti 2019-04-28 13:01:33 +01:00
parent c390fc9ce7
commit 840fcf9d25
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67

View File

@ -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) {