Setting a manager

A manager is an account that can only rebalance and set the position data. The owner, has access to both of these functions in addition to whitelisting rebalancing targets. Thus the manager role can be granted to a bot.

https://github.com/mangrovedao/mangrove-vault/blob/899abdb187f1801ba44621c0e25a697edda859e7/src/MangroveVault.sol#L875
  function setManager(address newManager) external onlyOwner {

Last updated