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 9333b0d commit 0602e63Copy full SHA for 0602e63
tests/zkevm/test_worst_stateful_opcodes.py
@@ -580,7 +580,7 @@ def test_worst_selfdestruct_existing(
580
opcode_tx = Transaction(
581
to=code_addr,
582
gas_limit=attack_gas_limit,
583
- gas_price=10**9,
+ gas_price=10,
584
sender=pre.fund_eoa(),
585
)
586
@@ -660,7 +660,7 @@ def test_worst_selfdestruct_created(
660
code_tx = Transaction(
661
662
gas_limit=env.gas_limit,
663
664
665
666
0 commit comments