From b18976f02c8f7020eec44fa34f6dd56a915efdd7 Mon Sep 17 00:00:00 2001 From: Marcos Maceo Date: Fri, 6 Sep 2024 13:06:39 +0400 Subject: [PATCH] fix: add more context on documentation --- docs/docs/quickstart/optimism.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/docs/quickstart/optimism.mdx b/docs/docs/quickstart/optimism.mdx index 907d099c..2409f78c 100644 --- a/docs/docs/quickstart/optimism.mdx +++ b/docs/docs/quickstart/optimism.mdx @@ -42,6 +42,22 @@ sedge generate op-full-node --network mainnet This command will create a new directory with all the necessary configuration files for running an Optimism node on the mainnet. If you want to run a node on the testnet (Sepolia), use `--network sepolia` instead. +:::info + +When you use `sedge generate op-full-node`, Sedge will generate a `docker-compose.yml` script and a `.env` file with the necessary configuration for your Optimism node. + +That config will include the execution client, the consensus client, and the execution and consensus Optimism client. + +::: + +:::tip + +Setting `--execution-api-url` flag, will only generate execution and consensus Optimism nodes, and the stack will point to that execution node. + +This is useful in case you have already an endpoint for the execution node. It will safe synchronization time. + +::: + ### Running the Node Once the configuration is generated, you can start your Optimism node using: