Skip to content

Commit

Permalink
Merge pull request #33 from 0xPolygon/global-exit-root
Browse files Browse the repository at this point in the history
fix: global exit root proto file
  • Loading branch information
nitinmittal23 authored Mar 20, 2024
2 parents 95e5470 + e9bd5d5 commit f3df950
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 GlobalExitRootEvent data = 3;
}
20 changes: 0 additions & 20 deletions schemas/l1_state.proto

This file was deleted.

0 comments on commit f3df950

Please sign in to comment.