Skip to content

Commit

Permalink
fixup! chore: update openrpc file
Browse files Browse the repository at this point in the history
Signed-off-by: Nadezhda Popova <[email protected]>
  • Loading branch information
nadezhdapopovaa committed Nov 21, 2024
1 parent fa3db13 commit 4e8adde
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@
"request": "{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"eth_protocolVersion\"}",
"response": "{\"jsonrpc\":\"2.0\",\"id\":1,\"error\":{\"code\":-32601}}"
},
"eth_coinbase": {
"status": 400,
"request": "{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"eth_coinbase\"}",
"response": "{\"jsonrpc\":\"2.0\",\"id\":1,\"error\":{\"code\":-32601}}"
},
"eth_getWork": {
"status": 400,
"request": "{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"eth_getWork\"}",
"response": "{\"jsonrpc\":\"2.0\",\"id\":1,\"error\":{\"code\":-32601}}"
},
"eth_newPendingTransactionFilter": {
"status": 400,
"request": "{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"eth_newPendingTransactionFilter\"}",
Expand Down

0 comments on commit 4e8adde

Please sign in to comment.