Skip to content

Commit

Permalink
Merge pull request #81 from PufferFinance/vt-pricer-role
Browse files Browse the repository at this point in the history
Validator Ticket Pricer Role
  • Loading branch information
bxmmm1 authored May 29, 2024
2 parents e802aaa + 5d76d99 commit d73e83f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/Roles.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ uint64 constant ROLE_ID_OPERATIONS_MULTISIG = 22;
uint64 constant ROLE_ID_OPERATIONS_PAYMASTER = 23;
uint64 constant ROLE_ID_OPERATIONS_COORDINATOR= 24;

// Role assigned to validator ticket price setter
uint64 constant ROLE_ID_VT_PRICER = 25;

// Role assigned to the Puffer Protocol
uint64 constant ROLE_ID_PUFFER_PROTOCOL = 1234;
uint64 constant ROLE_ID_DAO = 77;
Expand Down

0 comments on commit d73e83f

Please sign in to comment.