Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated block number :)
  • Loading branch information
BrendanCoughlan5 authored Dec 11, 2024
1 parent cd1251b commit f411ee5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,12 +272,6 @@ grpcurl -plaintext -d '{}' localhost:7100 eigenlayer.sidecar.api.v1.Rpc/GetBloc
### Get the stateroot at a block height
```bash
#Example for mainnet ethereum
grpcurl -plaintext -d '{ "blockNumber": 1140438 }' localhost:7100 eigenlayer.sidecar.api.v1.Rpc/GetStateRoot
```
```bash
# Example for holesky testnet
grpcurl -plaintext -d '{ "blockNumber": 2800799 }' localhost:7100 eigenlayer.sidecar.api.v1.Rpc/GetStateRoot
```

0 comments on commit f411ee5

Please sign in to comment.