From 0be17d24687ea48b1287383058a9814f92c2954d Mon Sep 17 00:00:00 2001 From: faisalnugroho Date: Sat, 30 May 2026 12:57:04 +0800 Subject: [PATCH] fix: use ws:// for sepolia engine RPC to match mainnet config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The mainnet env file uses ws://execution:8551 for BASE_NODE_L2_ENGINE_RPC, but sepolia was still using http://. This was likely missed when websocket support was added to the consensus client — the release notes mention fixing L2_ENGINE_RPC_URL websocket support, but the sepolia config wasn't updated. Sepolia operators using the default config currently get the http endpoint, which may behave differently from the ws endpoint under load. Refs #1105 --- .env.sepolia | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sepolia b/.env.sepolia index e518129fb..64c3f271c 100644 --- a/.env.sepolia +++ b/.env.sepolia @@ -19,7 +19,7 @@ BASE_NODE_L1_TRUST_RPC="false" # ENGINE CONFIGURATION # -------------------- -BASE_NODE_L2_ENGINE_RPC=http://execution:8551 +BASE_NODE_L2_ENGINE_RPC=ws://execution:8551 BASE_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt BASE_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a