Skip to content

Commit

Permalink
doc: add debug_traceCall to test_endpoints.http
Browse files Browse the repository at this point in the history
  • Loading branch information
grw-ms committed Sep 29, 2023
1 parent fe70225 commit e49fe2a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions test_endpoints.http
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,25 @@ content-type: application/json
POST http://localhost:8011
content-type: application/json

{
"jsonrpc": "2.0",
"id": "2",
"method": "debug_traceCall",
"params": [{
"to": "0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91",
"data": "0x06fdde03",
"from": "0xa61464658AfeAf65CccaaFD3a512b69A83B77618",
"gas": "0xff000",
"gasPrice": "0x0000",
"value": "0x0000",
"nonce": "0x0000"
}, "latest"]
}

###
POST http://localhost:8011
content-type: application/json

{
"jsonrpc": "2.0",
"id": "2",
Expand Down

0 comments on commit e49fe2a

Please sign in to comment.