Skip to content

Commit 53e891a

Browse files
committed
modify curl command param
1 parent 1a60fac commit 53e891a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RUN_NODE_ON_SEPOLIA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Use curl get block data from op-besu:
120120
```bash
121121
curl --request POST 'http://localhost:8545' \
122122
--header 'Content-Type: application/json' \
123-
--data-raw '{"id":2, "jsonrpc":"2.0", "method": "eth_getBlockByNumber", "params":["0xe", true]}'
123+
--data-raw '{"id":2, "jsonrpc":"2.0", "method": "eth_getBlockByNumber", "params":["latest", true]}'
124124
```
125125

126126
You can confirm whether the block and transaction information is correct through the [Sepolia network's blockchain explorer](https://sepolia-optimism.etherscan.io/).

0 commit comments

Comments
 (0)