Skip to content

Commit

Permalink
fix(website): Fix error in curl command results (#14737)
Browse files Browse the repository at this point in the history
Co-authored-by: dave | d1onys1us <[email protected]>
  • Loading branch information
chapter087 and d1onys1us authored Sep 20, 2023
1 parent c5abdea commit 854df7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/pages/docs/guides/run-a-sepolia-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ curl http://localhost:8545 \
which should return chainId = 0xaa36a7 = 11155111

```json
{ "jsonrpc": "2.0", "id": 0, "result": "0xaa36a7" }
{ "jsonrpc": "2.0", "id": 1, "result": "0xaa36a7" }
```

Wait for your Consensus Layer client to fully sync by checking
Expand Down

0 comments on commit 854df7c

Please sign in to comment.