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
2 changes: 1 addition & 1 deletion portal/docs/the_fluffy_book/docs/quick-start-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docker container run -p 8545:8545 statusim/nimbus-portal-client:amd64-master-lat

### Try requesting an execution layer block from the network

Requesting history content on the Portal network can be easily tested by using the `eth_getBlockByHash` JSON-RPC from the [execution JSON-RPC API](https://ethereum.github.io/execution-apis/api-documentation/).
Requesting history content on the Portal network can be easily tested by using the `eth_getBlockByHash` JSON-RPC from the [execution JSON-RPC API](https://ethereum.github.io/execution-apis/).

```bash
# Get the hash of a block from your favorite block explorer, e.g.:
Expand Down