Skip to content

Commit

Permalink
feat: adding roles
Browse files Browse the repository at this point in the history
  • Loading branch information
wellitongervickas committed Nov 25, 2023
1 parent a421743 commit 661c32e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/constants.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
export const DEVELOPER_ROLE = 1n
export const DEVELOPER_ROLE_DELAY = 0n

export const ROUTER_ROLE = 2n
export const ROUTER_ROLE_DELAY = 0n

export const ADAPTER_ROLE = 3n
export const ADAPTER_ROLE_DELAY = 0n

0 comments on commit 661c32e

Please sign in to comment.