Skip to content

Commit

Permalink
Added edit for code in curl HTTP tab
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Sanko <mike.sanko@consensys.net>
  • Loading branch information
mjsmike62 committed Oct 31, 2023
1 parent ecde767 commit 40224fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/public-networks/reference/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2793,9 +2793,7 @@ gas used and any event logs that might have been produced by a smart contract du
# curl HTTP
```bash
curl -X POST "CHAINSTACK_ARCHIVE_NODE_URL" \
-H 'Content-Type: application/json' \
--data '{"method":"eth_getBlockReceipts","params":["latest"], "jsonrpc":"2.0","id":1}'
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_getBlockReceipts","params":["latest"],"id":1}' http://127.0.0.1:8545
```
# wscat WS
Expand Down

0 comments on commit 40224fd

Please sign in to comment.