diff --git a/src/actions/test/getTxpoolContent.test.ts b/src/actions/test/getTxpoolContent.test.ts index f197ad31d1..35231bf2b8 100644 --- a/src/actions/test/getTxpoolContent.test.ts +++ b/src/actions/test/getTxpoolContent.test.ts @@ -2,7 +2,6 @@ import { expect, test } from 'vitest' import { accounts } from '~test/src/constants.js' import { anvilMainnet } from '../../../test/src/anvil.js' -import { getAddress } from '../../utils/index.js' import { parseEther } from '../../utils/unit/parseEther.js' import { sendTransaction } from '../wallet/sendTransaction.js' import { getTxpoolContent } from './getTxpoolContent.js' diff --git a/src/actions/test/inspectTxpool.test.ts b/src/actions/test/inspectTxpool.test.ts index 3a67bc9289..64fffe72a8 100644 --- a/src/actions/test/inspectTxpool.test.ts +++ b/src/actions/test/inspectTxpool.test.ts @@ -2,7 +2,6 @@ import { expect, test } from 'vitest' import { accounts } from '~test/src/constants.js' import { anvilMainnet } from '../../../test/src/anvil.js' -import { getAddress } from '../../utils/index.js' import { parseEther } from '../../utils/unit/parseEther.js' import { sendTransaction } from '../wallet/sendTransaction.js' import { inspectTxpool } from './inspectTxpool.js'