diff --git a/scripts/constants.ts b/scripts/constants.ts index 4b7450b..99fe17b 100644 --- a/scripts/constants.ts +++ b/scripts/constants.ts @@ -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