Skip to content

Commit

Permalink
apply params fix for 4844 custom common
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech authored and ScottyPoi committed Oct 4, 2024
1 parent 65fbf73 commit 5562c4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/client/test/rpc/eth/sendRawTransaction.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BlockHeader } from '@ethereumjs/block'
import { BlockHeader, paramsBlock } from '@ethereumjs/block'
import { Common, Hardfork, Mainnet, createCommonFromGethGenesis } from '@ethereumjs/common'
import { MerkleStateManager } from '@ethereumjs/statemanager'
import { createBlob4844Tx, createFeeMarket1559TxFromRLP, createLegacyTx } from '@ethereumjs/tx'
Expand Down Expand Up @@ -228,7 +228,9 @@ describe(method, () => {
chain: 'customChain',
hardfork: Hardfork.Cancun,
customCrypto: { kzg },
params: paramsBlock,
})

common.setHardfork(Hardfork.Cancun)
const { rpc, client } = await baseSetup({
commonChain: common,
Expand Down

0 comments on commit 5562c4f

Please sign in to comment.