Skip to content

Use HTTP instead of WS in L2 engine URL#1019

Closed
bimlas wants to merge 1 commit intobase:mainfrom
bimlas:patch-1
Closed

Use HTTP instead of WS in L2 engine URL#1019
bimlas wants to merge 1 commit intobase:mainfrom
bimlas:patch-1

Conversation

@bimlas
Copy link
Copy Markdown

@bimlas bimlas commented Apr 13, 2026

Problem

BASE_NODE_L2_ENGINE_RPC in .env.mainnet using ws:// instead of http://, thus node throws invalid URL, scheme is not http (see e684286#diff-03fdf0be4d1d8cd2d0e54629865c7891dbe2d02054e35733d8886d63c26f0260R41-R45 for relevant commit).

Solution

Use http:// instead.

Problem:

`BASE_NODE_L2_ENGINE_RPC` in `.env.mainnet` using `ws://` instead of `http://`, thus `node` throws `invalid URL, scheme is not http` (see base@e684286#diff-03fdf0be4d1d8cd2d0e54629865c7891dbe2d02054e35733d8886d63c26f0260R41-R45 for relevant commit).

Solution:

Use `http://` instead.
@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

@bimlas
Copy link
Copy Markdown
Author

bimlas commented Apr 13, 2026

Sorry, I see it's an already found bug: #1008

@bimlas bimlas closed this Apr 13, 2026
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