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 9f60622 commit e0578d1Copy full SHA for e0578d1
.github/workflows/ci-core-reusable.yml
@@ -295,7 +295,7 @@ jobs:
295
- name: Initialize Contract verifier
296
run: |
297
ci_run zk_inception contract-verifier init --zksolc-version=v1.5.3 --zkvyper-version=v1.5.3 --solc-version=0.8.27 --vyper-version=v0.4.0 --chain era
298
- ci_run zk_inception contract-verifier run --chain era
+ ci_run zk_inception contract-verifier run --chain era &> ${{ env.SERVER_LOGS_DIR }}/contract-verifier-rollup.log &
299
300
- name: Run servers
301
0 commit comments