Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/base-chain/specs/upgrades/beryl/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ description: "Overview of the Beryl hardfork, introducing the B20 native token s

| Layer | Software | Mainnet | Sepolia |
|-------|----------|---------|---------|
| Execution (EL) | `base-reth-node` | TBA | [v1.1.0+](https://github.com/base/base/releases/tag/v1.1.0) |
| Consensus (CL) | `base-consensus` | TBA | [v1.1.0+](https://github.com/base/base/releases/tag/v1.1.0) |
| - | `base/node` | TBA | [v1.1.0+](https://github.com/base/node/releases/tag/v1.1.0) |
| Execution (EL) | `base-reth-node` | [v1.1.1+](https://github.com/base/base/releases/tag/v1.1.1) | [v1.1.0+](https://github.com/base/base/releases/tag/v1.1.0) |
| Consensus (CL) | `base-consensus` | [v1.1.1+](https://github.com/base/base/releases/tag/v1.1.1) | [v1.1.0+](https://github.com/base/base/releases/tag/v1.1.0) |
| - | `base/node` | [v1.1.1+](https://github.com/base/node/releases/tag/v1.1.1) | [v1.1.0+](https://github.com/base/node/releases/tag/v1.1.0) |

<Warning>
Action required before activation. Upgrade to the required version before each network's activation date above.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"pages": [
"get-started/resources-for-ai-agents",
"get-started/build-app",
"get-started/launch-token",
"get-started/launch-b20-token",
"get-started/launch-token",
"get-started/deploy-smart-contracts",
"get-started/learning-resources"
]
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/base.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ mode: "wide"
</div>
<div className="use-cases-links">
### Tokens
[Launch a Token](/get-started/launch-token)
[Launch a B20 Token](/get-started/launch-b20-token)
[Launch a Token](/get-started/launch-token)
[Bridge from Solana](/base-chain/quickstart/base-solana-bridge)
</div>
</div>
Expand Down
Loading