We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bceb08f commit 9e69834Copy full SHA for 9e69834
.github/configs/feature.yaml
@@ -16,6 +16,21 @@ zkevm:
16
fill-params: --from=Cancun --until=Prague --block-gas-limit 36000000 -m zkevm ./tests
17
solc: 0.8.21
18
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
26
+ fill-params: --from=Cancun --until=Prague --block-gas-limit 90000000 -m zkevm ./tests
27
28
29
+zkevm_120M:
30
31
+ fill-params: --from=Cancun --until=Prague --block-gas-limit 120000000 -m zkevm ./tests
32
33
34
eip7692:
35
evm-type: eip7692
36
fill-params: --fork=EOFv1 ./tests/unscheduled
0 commit comments