Skip to content

Commit

Permalink
Merge pull request #49 from 0xPolygon/block-getter
Browse files Browse the repository at this point in the history
fix: package version for ethereum bloom
  • Loading branch information
py-zoid authored Jul 26, 2024
2 parents f828a29 + 26b6e99 commit 59847f6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
25 changes: 18 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maticnetwork/chain-indexer-framework",
"version": "1.3.10",
"version": "1.3.11",
"description": "blockchain data indexer",
"type": "module",
"exports": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"homepage": "https://github.com/0xPolygon/chain-indexer-framework#readme",
"dependencies": {
"axios": "^1.3.6",
"ethereum-bloom-filters": "^1.0.10",
"ethereum-bloom-filters": "^1.2.0",
"long": "^5.2.0",
"mongoose": "^6.5.2",
"node-rdkafka": "^2.13.0",
Expand Down

0 comments on commit 59847f6

Please sign in to comment.