Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ The node determines its mode based on the presence of the `RETH_FB_WEBSOCKET_URL

## Running the Node

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

```bash
# To run Reth node with Flashblocks support, set RETH_FB_WEBSOCKET_URL in your .env file
CLIENT=reth docker-compose up
CLIENT=reth docker compose up
```

## Testing Flashblocks RPC Methods
Expand Down