Skip to content

Commit

Permalink
Merge pull request #38 from 0xPolygon/rollUpId-fix
Browse files Browse the repository at this point in the history
Roll up id fix
  • Loading branch information
ankitboghra committed Apr 10, 2024
2 parents 159fb31 + e1da344 commit cc4d1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maticnetwork/chain-indexer-framework",
"version": "1.3.4",
"version": "1.3.5",
"description": "blockchain data indexer",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/global_exit_root.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message ExitRoots {

message GlobalExitRoot {
message GlobalExitRootEvent {
uint64 rollupId = 1;
uint64 rollUpId = 1;
uint64 batchNumber = 2;
uint64 depositCount = 3;
string aggregator = 4;
Expand Down

0 comments on commit cc4d1fc

Please sign in to comment.