Skip to content

Commit

Permalink
fix: global exit root proto file
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinmittal23 committed Mar 17, 2024
1 parent 95e5470 commit 9d2062f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 21 deletions.
12 changes: 11 additions & 1 deletion schemas/global_exit_root.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ message ExitRoots {
}

message GlobalExitRoot {
message GlobalExitRootEvent {
uint64 rollupId = 1;
uint64 batchNumber = 2;
uint64 depositCount = 3;
string aggregator = 4;
string rollUpExitRoot = 5;
string globalExitRoot = 6;
ExitRoots exitRoots = 4;
}

uint64 blockNumber = 1;
uint64 timestamp = 2;
repeated ExitRoots data = 3;
repeated GlobalExitRoot data = 3;
}
20 changes: 0 additions & 20 deletions schemas/l1_state.proto

This file was deleted.

0 comments on commit 9d2062f

Please sign in to comment.