docs: fix default jwt.hex path in cli args (#22269)

Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Georgios Konstantopoulos
2026-02-17 06:35:32 -08:00
committed by GitHub
parent fb90051010
commit 48b2cd970f
3 changed files with 5 additions and 3 deletions

View File

@@ -372,7 +372,7 @@ RPC:
This will enforce JWT authentication for all requests coming from the consensus layer.
If no path is provided, a secret will be generated and stored in the datadir under `<DIR>/<CHAIN_ID>/jwt.hex`. For mainnet this would be `~/.reth/mainnet/jwt.hex` by default.
If no path is provided, a secret will be generated and stored in the datadir under `<DIR>/<CHAIN_ID>/jwt.hex`. For mainnet this would be `~/.local/share/reth/mainnet/jwt.hex` by default.
--auth-ipc
Enable auth engine API over IPC