Skip to content

Commit

Permalink
fix: socket types
Browse files Browse the repository at this point in the history
  • Loading branch information
ameeshaagrawal committed Jun 25, 2024
1 parent dc73712 commit 9dad292
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/socket-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ export const REQUIRED_ROLES = {
ROLES.GOVERNANCE_ROLE,
ROLES.EXECUTOR_ROLE,
],
ExecutionManagerDF: [
ROLES.WITHDRAW_ROLE,
ROLES.RESCUE_ROLE,
ROLES.GOVERNANCE_ROLE,
ROLES.EXECUTOR_ROLE,
],
OpenExecutionManager: [
ROLES.WITHDRAW_ROLE,
ROLES.RESCUE_ROLE,
Expand Down Expand Up @@ -194,6 +200,7 @@ export const REQUIRED_ROLES = {
export const REQUIRED_CHAIN_ROLES = {
TransmitManager: [ROLES.TRANSMITTER_ROLE, ROLES.FEES_UPDATER_ROLE],
[CORE_CONTRACTS.ExecutionManager]: [ROLES.FEES_UPDATER_ROLE],
[CORE_CONTRACTS.ExecutionManagerDF]: [ROLES.FEES_UPDATER_ROLE],
[CORE_CONTRACTS.OpenExecutionManager]: [ROLES.FEES_UPDATER_ROLE],
FastSwitchboard: [ROLES.WATCHER_ROLE, ROLES.FEES_UPDATER_ROLE],
FastSwitchboard2: [ROLES.WATCHER_ROLE, ROLES.FEES_UPDATER_ROLE],
Expand Down

0 comments on commit 9dad292

Please sign in to comment.