Skip to content

Commit

Permalink
Fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
scorbajio committed Nov 8, 2023
1 parent 12355c1 commit 5573144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/test/sim/simutils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { BlobEIP4844Transaction, FeeMarketEIP1559Transaction } from '@ethereumjs
import {
Address,
BIGINT_1,
LevelDB,
blobsToCommitments,
blobsToProofs,
bytesToHex,
Expand All @@ -22,7 +23,6 @@ import qs from 'qs'

import { EthereumClient } from '../../src/client'
import { Config } from '../../src/config'
import { LevelDB } from '../../src/execution/level'
import { RPCManager } from '../../src/rpc'
import { Event } from '../../src/types'

Expand Down

0 comments on commit 5573144

Please sign in to comment.