Skip to content

Commit 9e69834

Browse files
committed
feat(github): Add zkevm 60M, 90M, 120M
1 parent bceb08f commit 9e69834

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/configs/feature.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@ zkevm:
1616
fill-params: --from=Cancun --until=Prague --block-gas-limit 36000000 -m zkevm ./tests
1717
solc: 0.8.21
1818
feature_only: true
19+
zkevm_60M:
20+
evm-type: zkevm
21+
fill-params: --from=Cancun --until=Prague --block-gas-limit 60000000 -m zkevm ./tests
22+
solc: 0.8.21
23+
feature_only: true
24+
zkevm_90M:
25+
evm-type: zkevm
26+
fill-params: --from=Cancun --until=Prague --block-gas-limit 90000000 -m zkevm ./tests
27+
solc: 0.8.21
28+
feature_only: true
29+
zkevm_120M:
30+
evm-type: zkevm
31+
fill-params: --from=Cancun --until=Prague --block-gas-limit 120000000 -m zkevm ./tests
32+
solc: 0.8.21
33+
feature_only: true
1934
eip7692:
2035
evm-type: eip7692
2136
fill-params: --fork=EOFv1 ./tests/unscheduled

0 commit comments

Comments
 (0)