Skip to content

Commit e50646e

Browse files
committed
ci: define gas limit for zkevm feature
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
1 parent 4a93baf commit e50646e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/configs/feature.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ static:
1313
solc: 0.8.21
1414
zkevm:
1515
evm-type: zkevm
16-
fill-params: --from=Cancun --until=Prague -m zkevm ./tests
16+
fill-params: --from=Cancun --until=Prague --block-gas-limit 36000000 -m zkevm ./tests
1717
solc: 0.8.21
1818
feature_only: true
1919
eip7692:

0 commit comments

Comments
 (0)