diff --git a/docs/public-networks/get-started/connect/mainnet.md b/docs/public-networks/get-started/connect/mainnet.md index 3089933b684..70ac72b8b2a 100644 --- a/docs/public-networks/get-started/connect/mainnet.md +++ b/docs/public-networks/get-started/connect/mainnet.md @@ -51,7 +51,6 @@ besu \ --rpc-ws-host=0.0.0.0 \ --host-allowlist=,127.0.0.1,localhost \ --engine-host-allowlist=,127.0.0.1,localhost \ - --Xmerge-support=true \ --engine-jwt-secret= ``` @@ -75,7 +74,6 @@ Also, in the command: service. - [`--rpc-ws-host`](../../reference/cli/options.md#rpc-ws-host) is set to `0.0.0.0` to allow remote RPC connections. -- `--Xmerge-support` enables Merge support. You can modify the option values and add other [command line options](../../reference/cli/options.md) as needed. diff --git a/docs/public-networks/get-started/connect/testnet.md b/docs/public-networks/get-started/connect/testnet.md index db4bb4b4379..e5efe551611 100644 --- a/docs/public-networks/get-started/connect/testnet.md +++ b/docs/public-networks/get-started/connect/testnet.md @@ -54,7 +54,6 @@ Run the following command or specify the options in a --rpc-ws-host=0.0.0.0 \ --host-allowlist="*" \ --engine-host-allowlist="*" \ - --Xmerge-support=true \ --engine-jwt-secret= ``` @@ -70,7 +69,6 @@ Run the following command or specify the options in a --rpc-ws-host=0.0.0.0 \ --host-allowlist="*" \ --engine-host-allowlist="*" \ - --Xmerge-support=true \ --engine-jwt-secret= ``` diff --git a/docs/public-networks/tutorials/besu-teku-mainnet.md b/docs/public-networks/tutorials/besu-teku-mainnet.md index cda13bd7f34..168a90dbeb0 100644 --- a/docs/public-networks/tutorials/besu-teku-mainnet.md +++ b/docs/public-networks/tutorials/besu-teku-mainnet.md @@ -44,7 +44,6 @@ besu \ --rpc-ws-host="0.0.0.0" \ --host-allowlist=,127.0.0.1,localhost \ --engine-host-allowlist=,127.0.0.1,localhost \ - --Xmerge-support=true \ --engine-jwt-secret= ``` @@ -67,7 +66,6 @@ Also, in the command: service. - [`--rpc-ws-host`](../reference/cli/options.md#rpc-ws-host) is set to `0.0.0.0` to allow remote RPC connections. -- `--Xmerge-support` enables Merge support. You can modify the option values and add other [command line options](../reference/cli/options.md) as needed. diff --git a/docs/public-networks/tutorials/besu-teku-testnet.md b/docs/public-networks/tutorials/besu-teku-testnet.md index 489f448afc6..03b280ec962 100644 --- a/docs/public-networks/tutorials/besu-teku-testnet.md +++ b/docs/public-networks/tutorials/besu-teku-testnet.md @@ -54,7 +54,6 @@ Run the following command or specify the options in a [configuration file](../ho --rpc-ws-host=0.0.0.0 \ --host-allowlist="*" \ --engine-host-allowlist="*" \ - --Xmerge-support=true \ --engine-jwt-secret= ``` @@ -70,7 +69,6 @@ Run the following command or specify the options in a [configuration file](../ho --rpc-ws-host=0.0.0.0 \ --host-allowlist="*" \ --engine-host-allowlist="*" \ - --Xmerge-support=true \ --engine-jwt-secret= ```