diff --git a/package.json b/package.json index 21c6176..78100d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maticnetwork/chain-indexer-framework", - "version": "1.3.4", + "version": "1.3.5", "description": "blockchain data indexer", "type": "module", "exports": { diff --git a/schemas/global_exit_root.proto b/schemas/global_exit_root.proto index 2e8e6fe..b0998ce 100644 --- a/schemas/global_exit_root.proto +++ b/schemas/global_exit_root.proto @@ -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;