Skip to content

fix: align Sepolia engine RPC scheme with mainnet (ws://) - #1155

Open
Sertug17 wants to merge 1 commit into
base:mainfrom
Sertug17:fix/sepolia-engine-rpc-scheme
Open

fix: align Sepolia engine RPC scheme with mainnet (ws://)#1155
Sertug17 wants to merge 1 commit into
base:mainfrom
Sertug17:fix/sepolia-engine-rpc-scheme

Conversation

@Sertug17

Copy link
Copy Markdown
Contributor

Summary

Refs #1154

.env.mainnet uses ws://execution:8551 but .env.sepolia uses http://execution:8551. The consensus-entrypoint health check (line 44) applies ${BASE_NODE_L2_ENGINE_RPC/ws/http} substitution at runtime, so both configs should start with ws:// for consistency.

This PR fixes Bug 2 from #1154. Bug 1 (identical bootnodes) requires correct Sepolia ENR records from a maintainer happy to include that fix in a follow-up once those are provided.

Changes

  • .env.sepolia: BASE_NODE_L2_ENGINE_RPC=http://execution:8551ws://execution:8551

.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 base#1154
@cb-heimdall

Copy link
Copy Markdown
Collaborator

🟡 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.

2 participants