Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyPoi committed Jul 19, 2024
1 parent 4a6b2c6 commit 9911921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block/examples/4844.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Common, Chain, Hardfork } from '@ethereumjs/common'
import { Block, createBlockFromBlockData } from '@ethereumjs/block'
import { BlobEIP4844Transaction } from '@ethereumjs/tx'
import { BlobEIP4844Transaction, txFromTxData } from '@ethereumjs/tx'
import { Address } from '@ethereumjs/util'
import { loadKZG } from 'kzg-wasm'
import { randomBytes } from 'crypto'
Expand Down

0 comments on commit 9911921

Please sign in to comment.