From e876abfc3165dd24283f77ad83a0007e22ad48c0 Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 25 Jul 2025 11:47:18 +0800 Subject: [PATCH] docs: clarify client version requirements in Pectra upgrade documentation --- docs/Announcement/pectra-upgrade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Announcement/pectra-upgrade.md b/docs/Announcement/pectra-upgrade.md index fb0d787..2ee8019 100644 --- a/docs/Announcement/pectra-upgrade.md +++ b/docs/Announcement/pectra-upgrade.md @@ -137,9 +137,9 @@ cp network_config/config.yaml /path/to/your/config.yaml #### Update client version -You need to be running these client versions or any later stable release before the Pectra fork epoch. +You need to be running consensus,validator,execution client version or any later stable release before the Pectra fork epoch. -**For consensus/validator clients:** +**For consensus & validator clients:** - [Lighthouse version 7.0.0](https://github.com/sigp/lighthouse/releases/tag/v7.0.0) - If the previous launch included parameters: `--http-allow-sync-stalled` ,**remove** it. ref:https://github.com/sigp/lighthouse/issues/5430