Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4.14",
"version": "1.4.15",
"description": "blockchain data indexer",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/burnblock.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ message BurnBlock {
repeated string amounts = 6;
repeated string tokenIds = 7;
string bridgeType = 8;
string nonce = 9
string nonce = 9;
}

required uint64 blockNumber = 1;
Expand Down
Loading