diff --git a/Cargo.lock b/Cargo.lock index 923715a4c..a8279eb56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9571,6 +9571,7 @@ dependencies = [ "reth-cli-util", "reth-codecs", "reth-db", + "reth-db-api", "reth-discv4", "reth-engine-primitives", "reth-eth-wire", diff --git a/Cargo.toml b/Cargo.toml index 88b59433f..1f2e2eb99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ reth-cli = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16 reth-cli-commands = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" } reth-basic-payload-builder = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" } reth-db = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" } +reth-db-api = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" } reth-chainspec = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" } reth-cli-util = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" } reth-discv4 = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }