Skip to content

Commit 0602e63

Browse files
committed
adjust gas prices
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
1 parent 9333b0d commit 0602e63

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
@@ -580,7 +580,7 @@ def test_worst_selfdestruct_existing(
580580
opcode_tx = Transaction(
581581
to=code_addr,
582582
gas_limit=attack_gas_limit,
583-
gas_price=10**9,
583+
gas_price=10,
584584
sender=pre.fund_eoa(),
585585
)
586586

@@ -660,7 +660,7 @@ def test_worst_selfdestruct_created(
660660
code_tx = Transaction(
661661
to=code_addr,
662662
gas_limit=env.gas_limit,
663-
gas_price=10**9,
663+
gas_price=10,
664664
sender=pre.fund_eoa(),
665665
)
666666

0 commit comments

Comments
 (0)