Skip to content

Commit 6578af6

Browse files
committed
adjust gas prices
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
1 parent 46c2995 commit 6578af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/zkevm/test_worst_stateful_opcodes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def test_worst_selfdestruct_existing(
578578
opcode_tx = Transaction(
579579
to=code_addr,
580580
gas_limit=attack_gas_limit,
581-
gas_price=10**9,
581+
gas_price=10,
582582
sender=pre.fund_eoa(),
583583
)
584584

@@ -658,7 +658,7 @@ def test_worst_selfdestruct_created(
658658
code_tx = Transaction(
659659
to=code_addr,
660660
gas_limit=env.gas_limit,
661-
gas_price=10**9,
661+
gas_price=10,
662662
sender=pre.fund_eoa(),
663663
)
664664

0 commit comments

Comments
 (0)