Skip to content

Commit

Permalink
fix: eth-block-tracker type-only import (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat authored May 28, 2024
1 parent 21a6cf3 commit 1a1fcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NonceTracker.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import assert from 'assert';
import { Mutex } from 'async-mutex';
import { PollingBlockTracker } from 'eth-block-tracker';
import type { PollingBlockTracker } from 'eth-block-tracker';

// eslint-disable-next-line @typescript-eslint/no-var-requires, @typescript-eslint/no-require-imports
const { Web3Provider } = require('@ethersproject/providers');
Expand Down

0 comments on commit 1a1fcc7

Please sign in to comment.