Skip to content

Commit

Permalink
Fix contract-verifier ci
Browse files Browse the repository at this point in the history
  • Loading branch information
matias-gonz committed Nov 13, 2024
1 parent b3773bb commit f73f399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-core-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ jobs:
run: |
ci_run zkstack chain server build
ci_run zkstack external-node build
ci_run zkstack server contract-verifier build
ci_run zkstack chain contract-verifier build
- name: Initialize Contract verifier
run: |
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ cargo run --release --bin zksync_commitment_generator
## Running the contract verifier

```bash
zkstack server contract-verifier run
zkstack chain contract-verifier run
```

## Troubleshooting
Expand Down

0 comments on commit f73f399

Please sign in to comment.