Skip to content

Commit 218c0b7

Browse files
committed
leave only 36M gas limit
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
1 parent 117f257 commit 218c0b7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/zkevm/test_worst_compute.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
import pytest
1111

1212
from ethereum_test_forks import Fork
13-
from ethereum_test_tools import Alloc, Block, BlockchainTestFiller, Environment, Transaction
13+
from ethereum_test_tools import (Alloc, Block, BlockchainTestFiller,
14+
Environment, Transaction)
1415
from ethereum_test_tools.vm.opcode import Opcodes as Op
1516

1617
REFERENCE_SPEC_GIT_PATH = "TODO"
@@ -112,9 +113,6 @@ def test_worst_keccak(
112113
"gas_limit",
113114
[
114115
36_000_000,
115-
60_000_000,
116-
100_000_000,
117-
300_000_000,
118116
],
119117
)
120118
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)