From 1b97bdd3d8fdc0d69c5226e49c03807701c63746 Mon Sep 17 00:00:00 2001 From: fmoletta Date: Thu, 13 Nov 2025 17:11:07 -0300 Subject: [PATCH] fix(l1): remove deprecated lighthouse flag --- tooling/sync/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/sync/Makefile b/tooling/sync/Makefile index 8d7980d952a..c3fc7b7a456 100644 --- a/tooling/sync/Makefile +++ b/tooling/sync/Makefile @@ -169,7 +169,7 @@ start-lighthouse: ## Start lighthouse for the network given by NETWORK. --metrics-address 0.0.0.0 \ --metrics-port 5054 \ --datadir $(DATA_PATH)/${NETWORK}_data/lighthouse_${NODE_NAME}_$(EVM) \ - --disable-deposit-contract-sync --port $(LIGHTHOUSE_PORT) --discovery-port $(LIGHTHOUSE_DISCOVERY_PORT) + --port $(LIGHTHOUSE_PORT) --discovery-port $(LIGHTHOUSE_DISCOVERY_PORT) start-ethrex: ## Start ethrex for the network given by NETWORK. cd $(ETHREX_DIR) && RUST_LOG=3 cargo run --release --features "rocksdb sync-test metrics" --bin ethrex -- \