From 6af5dcd6adef57fdfa65133fd44c599f2de66d06 Mon Sep 17 00:00:00 2001 From: Sertug17 <104278804+Sertug17@users.noreply.github.com> Date: Thu, 30 Jul 2026 22:55:03 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20align=20Sepolia=20engine=20RPC=20scheme?= =?UTF-8?q?=20with=20mainnet=20(http=20=E2=86=92=20ws)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .env.mainnet uses ws://execution:8551 but .env.sepolia uses http://execution:8551. The consensus-entrypoint health check substitutes ws→http at runtime, so both configs should start with ws:// for consistency. Refs #1154 --- .env.sepolia | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sepolia b/.env.sepolia index e518129fbd..64c3f271c0 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