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 46c2995 commit 6578af6Copy full SHA for 6578af6
tests/zkevm/test_worst_stateful_opcodes.py
@@ -578,7 +578,7 @@ def test_worst_selfdestruct_existing(
578
opcode_tx = Transaction(
579
to=code_addr,
580
gas_limit=attack_gas_limit,
581
- gas_price=10**9,
+ gas_price=10,
582
sender=pre.fund_eoa(),
583
)
584
@@ -658,7 +658,7 @@ def test_worst_selfdestruct_created(
658
code_tx = Transaction(
659
660
gas_limit=env.gas_limit,
661
662
663
664
0 commit comments