From 4c540059814f56cc3edf2fa264e66a463b389aaf Mon Sep 17 00:00:00 2001 From: Erhnysr Date: Fri, 15 May 2026 00:10:10 +0300 Subject: [PATCH] fix(reth): correct devnet to sepolia in README Flashblocks endpoint description The Setup section incorrectly referred to 'devnet' when describing the public Flashblocks WebSocket endpoints. The correct term is 'sepolia', consistent with the actual endpoint wss://sepolia.flashblocks.base.org/ws and the .env.sepolia filename. Fixes #1075 --- reth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reth/README.md b/reth/README.md index 485a0458a..7b178677b 100644 --- a/reth/README.md +++ b/reth/README.md @@ -6,7 +6,7 @@ This is an implementation of the Reth node setup that supports Flashblocks mode - See hardware requirements mentioned in the master README - For Flashblocks mode: Access to a Flashblocks websocket endpoint (for `RETH_FB_WEBSOCKET_URL`) - - We provide public websocket endpoints for mainnet and devnet, included in `.env.mainnet` and `.env.sepolia` + - We provide public websocket endpoints for mainnet and sepolia, included in `.env.mainnet` and `.env.sepolia` ## Node Type Selection