From 0eeb9c089433bea8fbe6ae7b3aa83e36c679306b Mon Sep 17 00:00:00 2001 From: Sina M <1591639+s1na@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:16:06 +0200 Subject: [PATCH] Update docs/fundamentals/blsync.md Co-authored-by: Marius van der Wijden --- docs/fundamentals/blsync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fundamentals/blsync.md b/docs/fundamentals/blsync.md index 2a2176f0c2..c8641175a9 100644 --- a/docs/fundamentals/blsync.md +++ b/docs/fundamentals/blsync.md @@ -56,7 +56,7 @@ Blsync takes the same flags as above to configure the HTTP endpoint as well as c Again to sync the Sepolia network in this mode, first run Geth: ```terminal -❯ ./build/bin/geth --sepolia --datadir light-sepolia-dir +./build/bin/geth --sepolia --datadir light-sepolia-dir ``` The logs will indicate the Engine API path which is by default `http://localhost:8551` and the path to the JWT secret created which is in this instance `./light-sepolia-dir/geth/jwtsecret`. Now blsync can be run: