Skip to content

Commit

Permalink
docs: add evm_mine to test_endpoints.http
Browse files Browse the repository at this point in the history
  • Loading branch information
grw-ms committed Sep 14, 2023
1 parent 1848d75 commit b4b0b48
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test_endpoints.http
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,17 @@ content-type: application/json
POST http://localhost:8011
content-type: application/json

{
"jsonrpc": "2.0",
"id": "1",
"method": "evm_mine",
"params": []
}

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

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

0 comments on commit b4b0b48

Please sign in to comment.