From ce9cb4df76850ddda186c3e42f874e6838ca0a09 Mon Sep 17 00:00:00 2001 From: Darigov Research <30328618+darigovresearch@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:47:58 +0100 Subject: [PATCH 1/3] docs: Fix minor typo in running-mev-boost.mdx --- docs/docs/quickstart/samples/running-mev-boost.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/quickstart/samples/running-mev-boost.mdx b/docs/docs/quickstart/samples/running-mev-boost.mdx index 0327dfb7d..60d8872e1 100644 --- a/docs/docs/quickstart/samples/running-mev-boost.mdx +++ b/docs/docs/quickstart/samples/running-mev-boost.mdx @@ -19,7 +19,7 @@ Sedge can be used to run a MEV-boost node, running only one node, or alongside a ### Running a MEV-boost node alone You can run a MEV-boost node alone, connecting to a default Relay url, or setting your own. -There is a example of how to generate a MEV-boost node using Sedge: +There is an example of how to generate a MEV-boost node using Sedge: ``` sedge generate mevboost @@ -34,4 +34,4 @@ You can override that config, and not running the MEV-boost node, by setting the ``` sedge generate full-node --no-mev-boost -``` \ No newline at end of file +``` From 56a0bef6cba1c45c2bf32753d5f6148647f35641 Mon Sep 17 00:00:00 2001 From: Darigov Research <30328618+darigovresearch@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:50:16 +0100 Subject: [PATCH 2/3] docs: Minor typo fix in generate.mdx --- docs/docs/commands/generate.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/commands/generate.mdx b/docs/docs/commands/generate.mdx index 67dc12cc0..9fbc9a87c 100644 --- a/docs/docs/commands/generate.mdx +++ b/docs/docs/commands/generate.mdx @@ -52,7 +52,7 @@ Use "sedge generate [command] --help" for more information about a command. ### Lido Flow -With the `--lido` flag, you can generate a Lido CSM node. This will generate a full node, a execution, a consensus, a validator o a mev-boost node with the Lido CSM configuration. +With the `--lido` flag, you can generate a Lido CSM node. This will generate a full node, an execution, a consensus, a validator o a mev-boost node with the Lido CSM configuration. It will include in the configuration of the selected node: - Lido Withdrawal Credentials @@ -322,4 +322,4 @@ Global Flags: --log-level string Set Log Level, e.g panic, fatal, error, warn, warning, info, debug, trace (default "info") --logging string Docker logging driver used by all the services. Set 'none' to use the default docker logging driver. Possible values: [none json] (default "json") -p, --path string generation path for sedge data. Default is sedge-data (default "/path/to/sedge/sedge-data") -``` \ No newline at end of file +``` From 76ee0130108b44690381ceb365bc4cc4692655ab Mon Sep 17 00:00:00 2001 From: Darigov Research <30328618+darigovresearch@users.noreply.github.com> Date: Sun, 20 Oct 2024 12:44:37 +0100 Subject: [PATCH 3/3] fix: Corrects another typo in generate.mdx --- docs/docs/commands/generate.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/commands/generate.mdx b/docs/docs/commands/generate.mdx index 9fbc9a87c..54043ff44 100644 --- a/docs/docs/commands/generate.mdx +++ b/docs/docs/commands/generate.mdx @@ -52,7 +52,7 @@ Use "sedge generate [command] --help" for more information about a command. ### Lido Flow -With the `--lido` flag, you can generate a Lido CSM node. This will generate a full node, an execution, a consensus, a validator o a mev-boost node with the Lido CSM configuration. +With the `--lido` flag, you can generate a Lido CSM node. This will generate a full node, an execution, a consensus, a validator or a mev-boost node with the Lido CSM configuration. It will include in the configuration of the selected node: - Lido Withdrawal Credentials