Skip to content

fix: add USE_BASE_CONSENSUS=true to .env.mainnet and .env.sepolia#1015

Closed
Sertug17 wants to merge 1 commit intobase:mainfrom
Sertug17:fix/add-use-base-consensus-to-env-files
Closed

fix: add USE_BASE_CONSENSUS=true to .env.mainnet and .env.sepolia#1015
Sertug17 wants to merge 1 commit intobase:mainfrom
Sertug17:fix/add-use-base-consensus-to-env-files

Conversation

@Sertug17
Copy link
Copy Markdown
Contributor

Fixes #1014

The .env file sets USE_BASE_CONSENSUS=true, but .env.mainnet and .env.sepolia were missing this variable entirely.

Since docker-compose.yml defaults to false, operators using NETWORK_ENV=.env.sepolia or .env.mainnet would silently fall back to op-node instead of base-consensus — missing the Base V1 upgrade on April 20th.

This adds USE_BASE_CONSENSUS=true to both env files to ensure base-consensus is used by default.

@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

@github-actions
Copy link
Copy Markdown
Contributor

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions Bot added the Stale label Apr 27, 2026
@Sertug17 Sertug17 closed this Apr 27, 2026
@Sertug17
Copy link
Copy Markdown
Contributor Author

Closing this danyalprout clarified in #1014 that docker compose auto-loads the root .env in the same directory, so this change isn't needed. Thanks for the clarification!

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

USE_BASE_CONSENSUS not set in .env.mainnet and .env.sepolia, causing op-node to be used instead of base-consensus

2 participants