Draft
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Collaborator
🟡 Heimdall Review Status
|
roethke
reviewed
Apr 7, 2026
| --- | ||
|
|
||
| <Warning> | ||
| Base V1 is an upgrade that introduces Osaka features on Base and TEE/ZK proof systems. It requires migrating to Base-native clients. |
Collaborator
There was a problem hiding this comment.
Based on the Specs summary, confirming that this Fusaka and not Osaka?
There was a problem hiding this comment.
Fusaka = Fulu (consensus layer) and Osaka (execution layer)
Since we only inherit ethereum execution, it's only the Osaka part of "Fusaka" that applies to Base.
refcell
reviewed
Apr 7, 2026
|
|
||
| Replace `op-node` with `base-consensus` by updating your environment variables. | ||
|
|
||
| 1. Set `USE_BASE_CONSENSUS=true` in your `.env` file. |
There was a problem hiding this comment.
Is USE_BASE_CONSENSUS defined in this repo? I thought that was just internal to our infra.
refcell
reviewed
Apr 7, 2026
|
|
||
| ### Environment Variable Mapping | ||
|
|
||
| If you use [base/node](https://github.com/base/node), most variables are already set in `.env.mainnet` and `.env.sepolia`. If you build from [base/base](https://github.com/base/base), use the table below to map your `op-node` environment variables to `base-consensus`. Most are optional. Run `base-consensus node --help` for the full list. |
There was a problem hiding this comment.
Maybe we should specify which env variables (or cli flags) are required for validator nodes?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed? Why?
Setup a docs page for node operators and the V1 migration. TODO: Update binary links to v0.7.0 when released.
Notes to reviewers
How has it been tested?
Locally