Skip to content

Commit

Permalink
fix:block producer eth class import
Browse files Browse the repository at this point in the history
  • Loading branch information
py-zoid committed May 8, 2024
1 parent 659579a commit 9d1ded9
Showing 1 changed file with 1 addition and 0 deletions.
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 9d1ded9

Please sign in to comment.