Skip to content

Commit

Permalink
Merge pull request #45 from 0xPolygon/withdraw-schema
Browse files Browse the repository at this point in the history
Withdraw schema
  • Loading branch information
nitinmittal23 authored Jun 3, 2024
2 parents 22b71fa + 4408380 commit d4e7350
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.8",
"version": "1.3.9",
"description": "blockchain data indexer",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/withdrawblock.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ syntax = "proto3";

message WithdrawBlock {
message WithdrawEvent {
required string tokenType = 1;
string tokenType = 1;
required string bridgeType = 2;
required string transactionHash = 3;
required string withdrawReceiver = 4;
Expand Down

0 comments on commit d4e7350

Please sign in to comment.