@@ -18,7 +18,7 @@ serde_json = { version = "1.0", default-features = false }
18
18
tempfile = " 3.8"
19
19
tokio = { version = " 1.39" , features = [" full" ] }
20
20
toml = " 0.8.0"
21
- which = " 6.0.3 "
21
+ which = " 6.0.1 "
22
22
23
23
# Eth client dependencies
24
24
alloy = { version = " 0.2.1" , features = [" hyper" , " rpc-types-eth" , " provider-http" , " signers" , " signer-local" ] }
@@ -29,12 +29,12 @@ reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth", rev = "a206e
29
29
reth-rpc-types = { git = " https://github.com/paradigmxyz/reth" , rev = " a206eb3690e5a51d3c797fed2a6ed722e36863eb" , default-features = false , features = [" jsonrpsee-types" ] }
30
30
31
31
# Citrea dependencies
32
- bitcoin-da = { git = " https://github.com/chainwayxyz/citrea" , features = [" native" ] }
33
- citrea-primitives = { git = " https://github.com/chainwayxyz/citrea" }
34
- citrea-sequencer = { git = " https://github.com/chainwayxyz/citrea" }
35
- sov-ledger-rpc = { git = " https://github.com/chainwayxyz/citrea" , features = [" client" ] }
36
- sov-rollup-interface = { git = " https://github.com/chainwayxyz/citrea" }
37
- sov-stf-runner = { git = " https://github.com/chainwayxyz/citrea" , features = [" native" ] }
32
+ bitcoin-da = { git = " https://github.com/chainwayxyz/citrea" , rev = " 82bf52d " , features = [" native" ] }
33
+ citrea-primitives = { git = " https://github.com/chainwayxyz/citrea" , rev = " 82bf52d " }
34
+ citrea-sequencer = { git = " https://github.com/chainwayxyz/citrea" , rev = " 82bf52d " }
35
+ sov-ledger-rpc = { git = " https://github.com/chainwayxyz/citrea" , rev = " 82bf52d " , features = [" client" ] }
36
+ sov-rollup-interface = { git = " https://github.com/chainwayxyz/citrea" , rev = " 82bf52d " }
37
+ sov-stf-runner = { git = " https://github.com/chainwayxyz/citrea" , rev = " 82bf52d " , features = [" native" ] }
38
38
39
39
[patch .crates-io ]
40
40
bitcoincore-rpc = { version = " 0.18.0" , git = " https://github.com/chainwayxyz/rust-bitcoincore-rpc.git" , rev = " 0ae498d" }
0 commit comments