Skip to content

Commit

Permalink
chore: add brain role (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia authored Jul 26, 2024
1 parent e648962 commit 5bb2dbc
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 5bb2dbc

Please sign in to comment.