Skip to content

Commit b988339

Browse files
authored
Update README.md
1 parent 3f628c0 commit b988339

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

reth/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Running a Reth Node
22

3-
This is a unified implementation of the Reth node set up that supports running both standard Reth or Base Reth with Flashblocks support.
3+
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.
44

55
## Setup
66

@@ -12,15 +12,15 @@ This is a unified implementation of the Reth node set up that supports running b
1212

1313
Use the `NODE_TYPE` environment variable to select the implementation:
1414

15-
- `NODE_TYPE=vanilla` - Standard Reth implementation (default)
15+
- `NODE_TYPE=vanilla` - OP Reth (Optimism fork) implementation (default)
1616
- `NODE_TYPE=base` - Base L2 Reth implementation with Flashblocks support
1717

1818
## Running the Node
1919

2020
The node follows the standard `docker-compose` workflow in the master README.
2121

2222
```bash
23-
# Run standard Reth node
23+
# Run OP Reth (Optimism fork) node
2424
CLIENT=reth docker-compose up
2525

2626
# Run Base L2 Reth node with Flashblocks support

0 commit comments

Comments
 (0)