We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0d0a0 commit af93ca7Copy full SHA for af93ca7
tests/prague/eip7702_set_code_tx/test_set_code_txs.py
@@ -2768,6 +2768,7 @@ def test_eoa_tx_after_set_code(
2768
blockchain_test: BlockchainTestFiller,
2769
pre: Alloc,
2770
tx_type: int,
2771
+ fork: Fork,
2772
evm_code_type: EVMCodeType,
2773
):
2774
"""
@@ -2855,7 +2856,7 @@ def test_eoa_tx_after_set_code(
2855
2856
value=0,
2857
max_fee_per_gas=1_000,
2858
max_priority_fee_per_gas=1_000,
- max_fee_per_blob_gas=1_000,
2859
+ max_fee_per_blob_gas=fork.min_base_fee_per_blob_gas() * 10,
2860
blob_versioned_hashes=add_kzg_version(
2861
[Hash(1)],
2862
Spec4844.BLOB_COMMITMENT_VERSION_KZG,
0 commit comments