From 80645709ca72d3ec09db37bfb0aaa37578dbc83b Mon Sep 17 00:00:00 2001 From: Bimba Laszlo Date: Mon, 13 Apr 2026 14:26:44 +0200 Subject: [PATCH] Use HTTP instead of WS in L2 engine URL Problem: `BASE_NODE_L2_ENGINE_RPC` in `.env.mainnet` using `ws://` instead of `http://`, thus `node` throws `invalid URL, scheme is not http` (see https://github.com/base/node/commit/e684286fc0c76ddd041db8a1025ade4e818f22bf#diff-03fdf0be4d1d8cd2d0e54629865c7891dbe2d02054e35733d8886d63c26f0260R41-R45 for relevant commit). Solution: Use `http://` instead. --- .env.mainnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.mainnet b/.env.mainnet index c5bd040b..36056926 100644 --- a/.env.mainnet +++ b/.env.mainnet @@ -40,7 +40,7 @@ BASE_NODE_L1_TRUST_RPC="false" OP_NODE_L2_ENGINE_KIND=reth OP_NODE_L2_ENGINE_RPC=http://execution:8551 -BASE_NODE_L2_ENGINE_RPC=ws://execution:8551 +BASE_NODE_L2_ENGINE_RPC=http://execution:8551 BASE_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt BASE_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a