Skip to content

Commit 8d76c4b

Browse files
committed
lint: fix
1 parent a9a709e commit 8d76c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tx/examples/EOACodeTx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Common, Hardfork, Mainnet } from '@ethereumjs/common'
22
import { Capability, createEOACode7702Tx } from '@ethereumjs/tx'
33
import {
4-
EOACode7702AuthorizationListItem,
4+
type EOACode7702AuthorizationListItem,
55
type PrefixedHexString,
66
createAddressFromPrivateKey,
77
randomBytes,

0 commit comments

Comments
 (0)