Skip to content

Commit

Permalink
fix: rollupMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinmittal23 committed Apr 2, 2024
1 parent 86e3b50 commit da91352
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 da91352

Please sign in to comment.