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.
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.
raucao
(Migrated from github.com)
reviewed 2019-08-27 10:38:33 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This makes it much easier to test hubot-kredits with local development chains.
we currently default already to
open.aragonpm.ethhttps://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.ethin 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.