Skip to main content

Constants

Git Source

EMERGENCY_ROLE

Allows enabling/disabling the protocol/policies in an emergency

bytes32 constant EMERGENCY_ROLE = "emergency"

ADMIN_ROLE

Administrative access, e.g. configuration parameters. Typically assigned to on-chain governance.

bytes32 constant ADMIN_ROLE = "admin"

MANAGER_ROLE

Managerial access, e.g. managing specific protocol parameters. Typically assigned to a multisig/council.

bytes32 constant MANAGER_ROLE = "manager"

HEART_ROLE

Heart role, e.g. performing periodic tasks.

bytes32 constant HEART_ROLE = "heart"