From 93c0ca20097b9d5ff7730b785c54a3dda9c306c7 Mon Sep 17 00:00:00 2001 From: Daniel Knopik Date: Thu, 12 Dec 2024 11:22:43 +0100 Subject: [PATCH] remove unused dependency --- Cargo.lock | 1 - beacon_node/execution_layer/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d65459cd7ff..759abf8a435 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3012,7 +3012,6 @@ dependencies = [ "builder_client", "bytes", "eth2", - "eth2_network_config", "ethereum_serde_utils", "ethereum_ssz", "ethers-core", diff --git a/beacon_node/execution_layer/Cargo.toml b/beacon_node/execution_layer/Cargo.toml index 0ef101fae7c..99620bb2a53 100644 --- a/beacon_node/execution_layer/Cargo.toml +++ b/beacon_node/execution_layer/Cargo.toml @@ -47,7 +47,6 @@ triehash = "0.8.4" hash-db = "0.15.2" pretty_reqwest_error = { workspace = true } arc-swap = "1.6.0" -eth2_network_config = { workspace = true } alloy-rlp = { workspace = true } alloy-consensus = { workspace = true } lighthouse_version = { workspace = true }