diff --git a/docs/public-networks/reference/cli/options.md b/docs/public-networks/reference/cli/options.md index eb7f27f81d0..c2cac081a57 100644 --- a/docs/public-networks/reference/cli/options.md +++ b/docs/public-networks/reference/cli/options.md @@ -278,7 +278,7 @@ The singular `--banned-node-id` and plural `--banned-node-ids` are available and ```bash ---bonsai-historical-block-limit=256 +--bonsai-historical-block-limit= ``` @@ -294,7 +294,7 @@ The singular `--banned-node-id` and plural `--banned-node-ids` are available and ```bash -BESU_BONSAI_MAXIMUM_BACK_LAYERS_TO_LOAD=256 +BESU_BONSAI_HISTORICAL_BLOCK_LIMIT=256 ``` diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 8a446af8f02..6867b1d3e14 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -11,8 +11,7 @@ function HomepageText() { command line interface {" "} - and - JSON-RPC API for + and JSON-RPC API for running, maintaining, debugging, and monitoring nodes in an Ethereum network. You can use the API via RPC over HTTP or via WebSocket. Besu also supports Pub/Sub.