diff --git a/.github/workflows/ci-core-reusable.yml b/.github/workflows/ci-core-reusable.yml index 55a6494aff5d..f6d7762dcaa1 100644 --- a/.github/workflows/ci-core-reusable.yml +++ b/.github/workflows/ci-core-reusable.yml @@ -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: | diff --git a/docs/guides/launch.md b/docs/guides/launch.md index b44f1c8a438d..b0a610571964 100644 --- a/docs/guides/launch.md +++ b/docs/guides/launch.md @@ -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