Skip to content

Commit

Permalink
Merge pull request #43 from 0xPolygon/fix-block-producer
Browse files Browse the repository at this point in the history
fix: block producer eth import
  • Loading branch information
nitinmittal23 committed May 8, 2024
2 parents 274a1ec + 8056e60 commit 0478406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.5",
"version": "1.3.7",
"description": "blockchain data indexer",
"type": "module",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions public/block_producers/block_producer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { IProducerConfig } from "@internal/interfaces/producer_config.js";
import { BlockGetter } from "@internal/block_getters/block_getter.js";
import { Coder } from "@internal/coder/protobuf_coder.js";
import { Database } from "@internal/mongo/database.js";
import Eth from "web3-eth";

/**
* Common lock producer class which contains the common logic to retrieve
Expand Down

0 comments on commit 0478406

Please sign in to comment.