We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bf074 commit b1b02cbCopy full SHA for b1b02cb
packages/sequencer/src/protocol/production/sequencing/TransactionExecutionService.ts
@@ -32,6 +32,7 @@ import {
32
toEventsHash,
33
toStateTransitionsHash,
34
} from "@proto-kit/module";
35
+// eslint-disable-next-line import/no-extraneous-dependencies
36
import zip from "lodash/zip";
37
38
import { PendingTransaction } from "../../../mempool/PendingTransaction";
0 commit comments