From 158a9aca8c6a7e830066430e4141b8aff5e679e4 Mon Sep 17 00:00:00 2001 From: Simon Dudley Date: Sat, 5 Oct 2024 20:40:29 +1000 Subject: [PATCH] Prepend BESU to all environment variables Signed-off-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com> --- docs/public-networks/reference/cli/options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/public-networks/reference/cli/options.md b/docs/public-networks/reference/cli/options.md index af42ef701d1..0027eedf238 100644 --- a/docs/public-networks/reference/cli/options.md +++ b/docs/public-networks/reference/cli/options.md @@ -521,7 +521,7 @@ In private networks defined using [`--genesis-file`](#genesis-file) or when usin ```bash -CACHE_LAST_BLOCKS=2048 +BESU_CACHE_LAST_BLOCKS=2048 ``` @@ -4988,7 +4988,7 @@ Static nodes JSON file containing the [static nodes](../../how-to/connect/static ```bash -STRICT_TX_REPLAY_PROTECTION_ENABLED=false +BESU_STRICT_TX_REPLAY_PROTECTION_ENABLED=false ```