diff --git a/.github/workflows/ci-prover-e2e.yml b/.github/workflows/ci-prover-e2e.yml index 7bf6f1ecafd..e2944fcee53 100644 --- a/.github/workflows/ci-prover-e2e.yml +++ b/.github/workflows/ci-prover-e2e.yml @@ -77,7 +77,7 @@ jobs: if: matrix.compressor-mode == 'fflonk' run: | sudo sed -i 's/verifier_pre_fflonk: true/verifier_pre_fflonk: false/' general.yaml - grep "verifier_pre_fflonk" ./chains/proving_chain/configs/general.yaml | awk '{ print $2 }' + grep "verifier_pre_fflonk" general.yaml | awk '{ print $2 }' - name: Prepare prover subsystem run: | diff --git a/zkstack_cli/crates/zkstack/src/commands/chain/args/create.rs b/zkstack_cli/crates/zkstack/src/commands/chain/args/create.rs index 0d6df23403b..5310a46d23c 100644 --- a/zkstack_cli/crates/zkstack/src/commands/chain/args/create.rs +++ b/zkstack_cli/crates/zkstack/src/commands/chain/args/create.rs @@ -117,7 +117,7 @@ impl ChainCreateArgs { } }), ) - .ask() + .ask() }; let prover_version = self.prover_mode.unwrap_or_else(|| { @@ -130,7 +130,7 @@ impl ChainCreateArgs { MSG_L1_BATCH_COMMIT_DATA_GENERATOR_MODE_PROMPT, L1BatchCommitmentModeInternal::iter(), ) - .ask() + .ask() }); let wallet_path: Option = if wallet_creation == WalletCreation::InFile {