Skip to content

Commit

Permalink
Merge pull request #34 from 0xPolygon/rollupmetadata
Browse files Browse the repository at this point in the history
Rollupmetadata
  • Loading branch information
py-zoid authored Apr 2, 2024
2 parents f3df950 + da91352 commit d8d039f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1",
"version": "1.3.2",
"description": "blockchain data indexer",
"type": "module",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions schemas/bridge_assets.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ message Networks {
uint32 destination = 2;
}

message RollupMetaData {
message RollUpMetaData {
string bridgeContractAddress = 1;
string globalExitRootManager = 2;
Networks networks = 3;
Expand All @@ -26,7 +26,7 @@ message ExitRoots {

message BridgeAssets {
message BridgeEvent {
RollupMetaData rollupMetaData = 1;
RollUpMetaData rollUpMetaData = 1;
string transactionHash = 2;
TokenInfo tokenInfo = 3;
string receiver = 4;
Expand Down
2 changes: 1 addition & 1 deletion schemas/claim_assets.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import public "bridge_assets.proto";

message ClaimAssets {
message ClaimEvent {
RollupMetaData rollupMetaData = 1;
RollUpMetaData rollUpMetaData = 1;
string transactionHash = 2;
TokenInfo tokenInfo = 3;
string receiver = 4;
Expand Down

0 comments on commit d8d039f

Please sign in to comment.