Skip to content

Commit

Permalink
chore: add brain role
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Jun 13, 2024
1 parent e648962 commit 4bb8e51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/Managers/RoleManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ contract RoleManager is Governance2Step {
Roles.DEBT_MANAGER |
Roles.QUEUE_MANAGER |
Roles.DEPOSIT_LIMIT_MANAGER |
Roles.DEBT_PURCHASER
Roles.DEBT_PURCHASER |
Roles.PROFIT_UNLOCK_MANAGER
)
});

Expand Down

0 comments on commit 4bb8e51

Please sign in to comment.