We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14cb3d commit 608a439Copy full SHA for 608a439
tests/zkevm/test_worst_bytecode.py
@@ -68,7 +68,7 @@ def test_worst_bytecode_single_opcode(
68
# able to pay for the contract deposit. This has to take into account the 200 gas per byte,
69
# but also the quadratic memory expansion costs which have to be paid each time the
70
# memory is being setup
71
- attack_gas_limit = 100_000_000
+ attack_gas_limit = Environment().gas_limit
72
max_contract_size = fork.max_code_size()
73
74
gas_costs = fork.gas_costs()
0 commit comments