diff --git a/Cargo.toml b/Cargo.toml index 9c5f8ba..1b1e089 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -189,6 +189,7 @@ reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth.git", rev = reth-network = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } reth-network-types = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } reth-chain-state = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } +revm-precompile ={version= "14.0.0",features=["secp256r1"]} # metrics metrics = "0.23.0" diff --git a/crates/node/Cargo.toml b/crates/node/Cargo.toml index 4ca0e3d..e946e49 100644 --- a/crates/node/Cargo.toml +++ b/crates/node/Cargo.toml @@ -10,7 +10,7 @@ keywords.workspace = true categories.workspace = true [dependencies] -revm-precompile ={version= "14.0.0",features=["secp256r1"]} +revm-precompile.workspace = true reth-cli.workspace = true reth-node-api.workspace = true reth-node-builder.workspace = true