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 4682320 commit 598b22dCopy full SHA for 598b22d
1 file changed
.github/workflows/check.yml
@@ -17,5 +17,8 @@ jobs:
17
shell: bash
18
run: go install github.com/consensys/go-corset/cmd/go-corset@v1.1.7
19
20
- - name: Build Constraints
21
- run: make -B zkevm.bin
+ - name: Build Constraints For London
+ run: make -B zkevm_london.bin
22
+
23
+ - name: Build Constraints For Shanghai
24
+ run: make -B zkevm_shanghai.bin
0 commit comments