Remove deprecated flag --disable-deposit-contract-sync from doc (#8124)

Co-Authored-By: 0x19dG87 <dmytro.ico@gmail.com>
This commit is contained in:
0x19dG87
2025-10-24 04:13:39 +03:00
committed by GitHub
parent b59feb042c
commit 4b522d760b

View File

@@ -78,12 +78,9 @@ lighthouse bn \
--network mainnet \ --network mainnet \
--execution-endpoint http://localhost:8551 \ --execution-endpoint http://localhost:8551 \
--execution-jwt /secrets/jwt.hex \ --execution-jwt /secrets/jwt.hex \
--checkpoint-sync-url https://mainnet.checkpoint.sigp.io \ --checkpoint-sync-url https://mainnet.checkpoint.sigp.io
--disable-deposit-contract-sync
``` ```
Since we are not staking, we can use the `--disable-deposit-contract-sync` flag to disable syncing of deposit logs from the execution node.
Once Lighthouse runs, we can monitor the logs to see if it is syncing correctly. Once Lighthouse runs, we can monitor the logs to see if it is syncing correctly.
## Step 4: Check logs for sync status ## Step 4: Check logs for sync status