From eb093d2b1190c3f0e3eb3312df8eb0ffa2c79331 Mon Sep 17 00:00:00 2001 From: acolytec3 <17355484+acolytec3@users.noreply.github.com> Date: Tue, 14 Feb 2023 15:35:57 -0500 Subject: [PATCH] Fix VM test --- packages/vm/test/api/EIPs/eip-4895-withdrawals.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vm/test/api/EIPs/eip-4895-withdrawals.spec.ts b/packages/vm/test/api/EIPs/eip-4895-withdrawals.spec.ts index f08b897f48..72b7ef30d8 100644 --- a/packages/vm/test/api/EIPs/eip-4895-withdrawals.spec.ts +++ b/packages/vm/test/api/EIPs/eip-4895-withdrawals.spec.ts @@ -181,7 +181,7 @@ tape('EIP4895 tests', (t) => { t.test('should build a block correctly with withdrawals', async (st) => { const common = Common.fromGethGenesis(genesisJSON, { chain: 'custom' }) - common.setHardforkByBlockNumber(0) + common.setHardfork(Hardfork.Shanghai) const genesisState = parseGethGenesisState(genesisJSON) const blockchain = await Blockchain.create({ common,