Skip to content

Commit af93ca7

Browse files
committed
fix(tests): EIP-7702: fix blob transaction tests
1 parent 7c0d0a0 commit af93ca7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/prague/eip7702_set_code_tx/test_set_code_txs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2768,6 +2768,7 @@ def test_eoa_tx_after_set_code(
27682768
blockchain_test: BlockchainTestFiller,
27692769
pre: Alloc,
27702770
tx_type: int,
2771+
fork: Fork,
27712772
evm_code_type: EVMCodeType,
27722773
):
27732774
"""
@@ -2855,7 +2856,7 @@ def test_eoa_tx_after_set_code(
28552856
value=0,
28562857
max_fee_per_gas=1_000,
28572858
max_priority_fee_per_gas=1_000,
2858-
max_fee_per_blob_gas=1_000,
2859+
max_fee_per_blob_gas=fork.min_base_fee_per_blob_gas() * 10,
28592860
blob_versioned_hashes=add_kzg_version(
28602861
[Hash(1)],
28612862
Spec4844.BLOB_COMMITMENT_VERSION_KZG,

0 commit comments

Comments
 (0)