Skip to content

Commit

Permalink
update agent.proto to include alert.chainId field
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebrabbani committed Jan 31, 2023
1 parent e0aaf1a commit cc3a604
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/commands/run/server/agent.proto
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ message AlertEvent {
string botId = 1;
string alertHash = 2;
string timestamp = 3;
string chainId = 4;
}

message Source {
Expand Down Expand Up @@ -302,6 +303,7 @@ message AlertEvent {
Source source = 12;
string findingType = 13;
repeated string relatedAlerts = 14;
uint64 chainId = 15;
}

Alert alert = 1;
Expand Down

0 comments on commit cc3a604

Please sign in to comment.