Skip to content

Commit f81d497

Browse files
committed
chore: format
1 parent fdfbe41 commit f81d497

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/actions/test/getTxpoolContent.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { expect, test } from 'vitest'
22

33
import { accounts } from '~test/src/constants.js'
44
import { anvilMainnet } from '../../../test/src/anvil.js'
5-
import { getAddress } from '../../utils/index.js'
65
import { parseEther } from '../../utils/unit/parseEther.js'
76
import { sendTransaction } from '../wallet/sendTransaction.js'
87
import { getTxpoolContent } from './getTxpoolContent.js'

src/actions/test/inspectTxpool.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { expect, test } from 'vitest'
22

33
import { accounts } from '~test/src/constants.js'
44
import { anvilMainnet } from '../../../test/src/anvil.js'
5-
import { getAddress } from '../../utils/index.js'
65
import { parseEther } from '../../utils/unit/parseEther.js'
76
import { sendTransaction } from '../wallet/sendTransaction.js'
87
import { inspectTxpool } from './inspectTxpool.js'

0 commit comments

Comments
 (0)