Skip to content

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

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

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

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

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.

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

2 participants