diff --git a/Cargo.toml b/Cargo.toml index f2600e2982..b76b68bb82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,6 @@ subtle = "2.4" tokio = { version = "1.13", features = ["macros", "rt-multi-thread"] } url = "2.2" -reth-primitives = { git = "https://github.com/paradigmxyz/reth" } revm-precompile = { git = "https://github.com/bluealloy/revm" } c-kzg = "0.4.2" diff --git a/aggregator/Cargo.toml b/aggregator/Cargo.toml index 51fbd6bffe..bb4575b3d1 100644 --- a/aggregator/Cargo.toml +++ b/aggregator/Cargo.toml @@ -25,11 +25,12 @@ halo2_proofs.workspace = true snark-verifier.workspace = true snark-verifier-sdk.workspace = true -reth-primitives.workspace = true revm-precompile.workspace = true c-kzg.workspace = true num-bigint.workspace = true +[dev-dependencies] +reth-primitives = { git = "https://github.com/paradigmxyz/reth" } [features] default = [ ]