From 40224fdb0d98fac6ba2636eb73be7abd524e6908 Mon Sep 17 00:00:00 2001 From: Mike Sanko Date: Tue, 31 Oct 2023 12:15:42 -0400 Subject: [PATCH] Added edit for code in curl HTTP tab Signed-off-by: Mike Sanko --- docs/public-networks/reference/api/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/public-networks/reference/api/index.md b/docs/public-networks/reference/api/index.md index e0e7aa7806c..fc68641915e 100644 --- a/docs/public-networks/reference/api/index.md +++ b/docs/public-networks/reference/api/index.md @@ -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