Skip to content

fix: add missing BASE_NODE_RPC_PORT to .env.mainnet and .env.sepolia#1096

Open
okwn wants to merge 3 commits into
base:mainfrom
okwn:contrib/rpc-port-env
Open

fix: add missing BASE_NODE_RPC_PORT to .env.mainnet and .env.sepolia#1096
okwn wants to merge 3 commits into
base:mainfrom
okwn:contrib/rpc-port-env

Conversation

@okwn
Copy link
Copy Markdown

@okwn okwn commented May 22, 2026

Summary

Fixes issue #1088.

The consensus service (port 7545) is mapped in docker-compose.yml, but .env.mainnet and .env.sepolia did not define BASE_NODE_RPC_PORT, so the consensus RPC was unreachable from the host on the expected mapped port.

Changes

Added BASE_NODE_RPC_PORT=7545 to both:

  • .env.mainnet
  • .env.sepolia

This ensures the consensus client advertises the correct port so it responds on the docker-compose-mapped port 7545.

okwn added 3 commits May 21, 2026 22:27
…mpose

Addresses issues base#1054 and base#1045 - if either the consensus client or
execution client crashes, supervisord will now automatically restart it
without requiring manual operator intervention.

Also adds a healthcheck to the execution service so docker compose ps
accurately reflects service health rather than always showing healthy.
The consensus service (port 7545) is mapped in docker-compose.yml, but
.env.mainnet and .env.sepolia did not define BASE_NODE_RPC_PORT, so the
consensus RPC was unreachable from the host on the expected mapped port.

Fixes issue base#1088.
@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 1
Sum 2

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