From 2b67b699b580b6f67ff8d986856ee9c13500d728 Mon Sep 17 00:00:00 2001 From: m4sterbunny Date: Fri, 21 Nov 2025 11:32:47 +0000 Subject: [PATCH] starts linea as named Signed-off-by: m4sterbunny --- docs/public-networks/get-started/connect/index.md | 9 +++++++++ docs/public-networks/get-started/start-node.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/public-networks/get-started/connect/index.md b/docs/public-networks/get-started/connect/index.md index 0ce16f25aba..e32a731c5a4 100644 --- a/docs/public-networks/get-started/connect/index.md +++ b/docs/public-networks/get-started/connect/index.md @@ -9,3 +9,12 @@ hide: # Connect to a network This section provides information on connecting Besu to a public Ethereum network. + +:::note + +Besu is also compatible with [Linea](https://docs.linea.build/get-started/how-to/run-a-node), the Ethereum L2. + +::: + + + diff --git a/docs/public-networks/get-started/start-node.md b/docs/public-networks/get-started/start-node.md index 54669608b84..5e984cc0db7 100644 --- a/docs/public-networks/get-started/start-node.md +++ b/docs/public-networks/get-started/start-node.md @@ -8,7 +8,7 @@ tags: # Start Besu -Nodes can connect to Ethereum Mainnet and public testnets. +Nodes can connect to Ethereum Mainnet, [Linea](https://docs.linea.build/get-started/how-to/run-a-node), and the networks' respective public testnets. Use the [`besu`](../reference/cli/options.md) command with the required command line options to start a node.