diff --git a/src/cli/eofwrap.py b/src/cli/eofwrap.py index da641db61c..e7a8269cd9 100644 --- a/src/cli/eofwrap.py +++ b/src/cli/eofwrap.py @@ -262,13 +262,9 @@ def _wrap_fixture(self, fixture: BlockchainFixture, traces: bool): base_fee_per_gas=header.base_fee_per_gas, withdrawals_root=header.withdrawals_root, parent_beacon_block_root=header.parent_beacon_block_root, - requests_root=header.requests_root, ) assert not fixture_block.ommers assert not fixture_block.withdrawals - assert not fixture_block.deposit_requests - assert not fixture_block.withdrawal_requests - assert not fixture_block.consolidation_requests for fixture_tx in fixture_block.txs: fixture_tx_dump = fixture_tx.model_dump()