We should probably add another role that is responsible for managing whitelists. Right now `onlyOwner` is set. This new role should: `whitelistAccount` `bulkWhitelistAccount` `unWhitelistAccount` `bulkUnWhitelistAccount` Check: [Whitelisted.sol](https://github.com/swarmfund/swarm-compliant-contract/blob/develop/contracts/rules/Whitelisted.sol)
We should probably add another role that is responsible for managing whitelists. Right now
onlyOwneris set.This new role should:
whitelistAccountbulkWhitelistAccountunWhitelistAccountbulkUnWhitelistAccountCheck:
Whitelisted.sol