Skip to content

Commit

Permalink
Rollback a bit :D
Browse files Browse the repository at this point in the history
  • Loading branch information
yaziciahmet committed Nov 5, 2024
1 parent ea74745 commit b2881db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/config/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::{

const DEFAULT_BITCOIN_DOCKER_IMAGE: &str = "bitcoin/bitcoin:28.0";
const DEFAULT_CITREA_DOCKER_IMAGE: &str =
"chainwayxyz/citrea-test:d3d9fe28cffa20a3c1c4801f935969c4fe9e6323";
"chainwayxyz/citrea-test:d3a6f5f25175cbfa925ff8fad5069828bd30c06c";

#[derive(Debug)]
pub struct VolumeConfig {
Expand Down
7 changes: 1 addition & 6 deletions src/config/test_case.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ impl TestCaseEnv {
}

pub fn batch_prover(&self) -> Vec<(&'static str, &'static str)> {
[
self.test_env(),
vec![("PARALLEL_PROOF_LIMIT", "1")],
self.batch_prover.clone(),
]
.concat()
[self.test_env(), self.batch_prover.clone()].concat()
}

pub fn light_client_prover(&self) -> Vec<(&'static str, &'static str)> {
Expand Down

0 comments on commit b2881db

Please sign in to comment.