Skip to content

Commit ea63421

Browse files
Update tests/prague/eip7702_set_code_tx/test_gas.py
Co-authored-by: danceratopz <[email protected]>
1 parent 8366c5f commit ea63421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/prague/eip7702_set_code_tx/test_gas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ def test_account_warming(
959959
callee_code += Op.STOP
960960
callee_address = pre.deploy_contract(
961961
callee_code,
962-
storage=dict.fromkeys(addresses_to_check, 3735928559),
962+
storage=dict.fromkeys(addresses_to_check, 0xDEADBEEF),
963963
)
964964

965965
tx = Transaction(

0 commit comments

Comments
 (0)