Add ENV var for custom DAO address #43
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/custom_dao_address"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This makes it much easier to test hubot-kredits with local development chains.
we currently default already to
open.aragonpm.eth
https://github.com/67P/kredits-contracts/blob/master/lib/contracts/kernel.js#L9 (and: https://github.com/67P/kredits-contracts/blob/master/arapp.json#L37)so we should not need to set this here.
With the new aragon CLI version we also should be able to default to
open.aragonpm.eth
in all environments and no longer need to set this manually.I'd either make this also configurable through an env variable or just ignore it let kredits-contracts use the default.
Thx.