Skip to content

Commit

Permalink
Merge pull request #64 from 0xPolygon/tracking-number
Browse files Browse the repository at this point in the history
Tracking number
  • Loading branch information
nitinmittal23 authored Dec 10, 2024
2 parents 677fba7 + 8b42248 commit b8d0ab6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1",
"version": "1.4.2",
"description": "blockchain data indexer",
"type": "module",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions schemas/bridge_assets.proto
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ message BridgeAssets {
string leaf = 12;
string refuelAmount = 13;
string refuelType = 14;
uint32 refuelTrackingNumber = 15;
}

uint64 blockNumber = 1;
Expand Down

0 comments on commit b8d0ab6

Please sign in to comment.