Skip to content

Commit 3ee68fc

Browse files
committed
leave only 36M gas limit
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
1 parent 41d4d35 commit 3ee68fc

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"
@@ -111,9 +112,6 @@ def test_worst_keccak(
111112
"gas_limit",
112113
[
113114
36_000_000,
114-
60_000_000,
115-
100_000_000,
116-
300_000_000,
117115
],
118116
)
119117
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)