LuminRoles
Lumin roles, used by AccessManager
for all Lumin contracts.
LUMIN_ADMIN_ROLE
The lumin admin can pause/unpause and upgrade contracts.
ASSET_ADMIN_ROLE
The asset admins can add and enable/disable assets, price feeds and price feed proxies.
LOAN_MANAGER_ROLE
Asset actions (deposit, withdraw, (un)lock) are allowed for the LoanManager
contract.
enum LuminRoles {
INVALID_ROLE,
LUMIN_ADMIN_ROLE,
ASSET_ADMIN_ROLE,
LOAN_MANAGER_ROLE
}