From 3f628c03dcf98dc747f6093922d546c57b8c98b1 Mon Sep 17 00:00:00 2001 From: Forostovec Date: Mon, 22 Sep 2025 11:36:29 +0300 Subject: [PATCH 1/5] Update reth-entrypoint --- reth/reth-entrypoint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reth/reth-entrypoint b/reth/reth-entrypoint index bf1015d1..59ff6d8b 100755 --- a/reth/reth-entrypoint +++ b/reth/reth-entrypoint @@ -28,7 +28,7 @@ if [[ "$NODE_TYPE" == "base" ]]; then echo "Starting Base Reth node" BINARY="./base-reth-node" else - echo "Starting vanilla Reth node" + echo "Starting OP Reth node" BINARY="./op-reth" fi From b9883392dc2914a9af05e49a61d2c1ca657b4dfa Mon Sep 17 00:00:00 2001 From: Forostovec Date: Mon, 22 Sep 2025 11:36:38 +0300 Subject: [PATCH 2/5] Update README.md --- reth/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reth/README.md b/reth/README.md index 887f13b1..a694baca 100644 --- a/reth/README.md +++ b/reth/README.md @@ -1,6 +1,6 @@ # Running a Reth Node -This is a unified implementation of the Reth node set up that supports running both standard Reth or Base Reth with Flashblocks support. +This is a unified implementation of the Reth node set up that supports running both OP Reth (Optimism fork) or Base Reth with Flashblocks support. ## Setup @@ -12,7 +12,7 @@ This is a unified implementation of the Reth node set up that supports running b Use the `NODE_TYPE` environment variable to select the implementation: -- `NODE_TYPE=vanilla` - Standard Reth implementation (default) +- `NODE_TYPE=vanilla` - OP Reth (Optimism fork) implementation (default) - `NODE_TYPE=base` - Base L2 Reth implementation with Flashblocks support ## Running the Node @@ -20,7 +20,7 @@ Use the `NODE_TYPE` environment variable to select the implementation: The node follows the standard `docker-compose` workflow in the master README. ```bash -# Run standard Reth node +# Run OP Reth (Optimism fork) node CLIENT=reth docker-compose up # Run Base L2 Reth node with Flashblocks support From dbcb7cac7e2b35568642f4e7ef573ca7896e7ca4 Mon Sep 17 00:00:00 2001 From: Danyal Prout Date: Wed, 8 Oct 2025 13:08:46 -0500 Subject: [PATCH 3/5] Update reth/README.md --- reth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reth/README.md b/reth/README.md index a694baca..c1a98d3e 100644 --- a/reth/README.md +++ b/reth/README.md @@ -1,6 +1,6 @@ # Running a Reth Node -This is a unified implementation of the Reth node set up that supports running both OP Reth (Optimism fork) or Base Reth with Flashblocks support. +This is a unified implementation of the Reth node set up that supports running both OP Reth or Base Reth with Flashblocks support. ## Setup From e08912d2c8918d880e8a667766dd6492b907421e Mon Sep 17 00:00:00 2001 From: Danyal Prout Date: Wed, 8 Oct 2025 13:08:51 -0500 Subject: [PATCH 4/5] Update reth/README.md --- reth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reth/README.md b/reth/README.md index c1a98d3e..9f180a7d 100644 --- a/reth/README.md +++ b/reth/README.md @@ -12,7 +12,7 @@ This is a unified implementation of the Reth node set up that supports running b Use the `NODE_TYPE` environment variable to select the implementation: -- `NODE_TYPE=vanilla` - OP Reth (Optimism fork) implementation (default) +- `NODE_TYPE=vanilla` - OP Reth implementation (default) - `NODE_TYPE=base` - Base L2 Reth implementation with Flashblocks support ## Running the Node From 919a8d4da6ab8207128946bd8fdcc3203531e987 Mon Sep 17 00:00:00 2001 From: Danyal Prout Date: Wed, 8 Oct 2025 13:08:56 -0500 Subject: [PATCH 5/5] Update reth/README.md --- reth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reth/README.md b/reth/README.md index 9f180a7d..6b63107a 100644 --- a/reth/README.md +++ b/reth/README.md @@ -20,7 +20,7 @@ Use the `NODE_TYPE` environment variable to select the implementation: The node follows the standard `docker-compose` workflow in the master README. ```bash -# Run OP Reth (Optimism fork) node +# Run OP Reth node CLIENT=reth docker-compose up # Run Base L2 Reth node with Flashblocks support