- Docs: https://github.com/matter-labs/zksync-era/tree/main/prover/crates/bin/prover_cli#prover_cli-status - Implementation: https://github.com/matter-labs/zksync-era/tree/main/prover/crates/bin/prover_cli/src/commands/status The command should be ran as: ``` zks prover status <BATCH_NUMBER> zks prover status <BATCH_NUMBER> -v zks prover status <BATCH_NUMBER> --verbose ``` > [!NOTE] > We do not have access to `zksync-era`'s DALs, if we want to make similar queries we need to add them to `src/utils/db/queries`.
The command should be ran as:
Note
We do not have access to
zksync-era's DALs, if we want to make similar queries we need to add them tosrc/utils/db/queries.