Skip to content

fix(sepolia): use ws:// for BASE_NODE_L2_ENGINE_RPC to match mainnet#1106

Open
Gercekkriptocu wants to merge 2 commits into
base:mainfrom
Gercekkriptocu:main
Open

fix(sepolia): use ws:// for BASE_NODE_L2_ENGINE_RPC to match mainnet#1106
Gercekkriptocu wants to merge 2 commits into
base:mainfrom
Gercekkriptocu:main

Conversation

@Gercekkriptocu
Copy link
Copy Markdown

fix(sepolia): use ws:// for BASE_NODE_L2_EN## Summary

Aligns .env.sepolia with .env.mainnet by setting the engine RPC to ws://execution:8551.

Changes

  • .env.sepolia: change BASE_NODE_L2_ENGINE_RPC from http://execution:8551 to ws://execution:8551

Why

Mainnet uses ws://; sepolia was inconsistent. WebSocket support for the engine RPC was added previously, and the consensus entrypoint readiness probe assumes the ws:// form.

Fixes #1105

fix(sepolia): use ws:// for BASE_NODE_L2_ENGINE_RPC
@cb-heimdall
Copy link
Copy Markdown
Collaborator

cb-heimdall commented May 26, 2026

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.env.sepolia uses http:// for BASE_NODE_L2_ENGINE_RPC while .env.mainnet uses ws://

2 participants