diff --git a/Cargo.toml b/Cargo.toml index 30556d6..78019bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tokio = { version = "1.39", features = ["full"] } toml = "0.8.0" tracing = { version = "0.1.40", default-features = false } tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json", "fmt"] } -citrea-config = { git = "https://github.com/chainwayxyz/citrea", branch = "refactor-citrea-e2e", default-features = false, features = ["testing"] } +citrea-config = { git = "https://github.com/chainwayxyz/citrea", rev = "41d6fe4ab1e0364418414664ce898788544ceb71", default-features = false, features = ["testing"] } [patch.crates-io] bitcoincore-rpc = { version = "0.18.0", git = "https://github.com/chainwayxyz/rust-bitcoincore-rpc.git", rev = "5ce1bed" }