Skip to content

Commit

Permalink
changed sentinel attribute by monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
MCarlomagno committed Oct 9, 2023
1 parent b9e5654 commit bca9cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/action/src/models/action-event-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export interface BlockTriggerEvent {
matchReasons: MonitorConditionSummary[];
matchedAddresses: string[];
matchedChecksumAddresses: string[];
sentinel: BlockMonitorSummary;
monitor: BlockMonitorSummary;
metadata?: { [k: string]: unknown };
}

Expand All @@ -143,7 +143,7 @@ export interface FortaTriggerEvent {
hash: string;
alert: FortaAlert;
matchReasons: FortaConditionSummary[];
sentinel: FortaMonitorSummary;
monitor: FortaMonitorSummary;
metadata?: { [k: string]: unknown };
}

Expand Down

0 comments on commit bca9cf4

Please sign in to comment.