Skip to content

Commit

Permalink
docs: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Nov 4, 2024
1 parent cdc8558 commit ae935dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/pages/guides/json-rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const request = store.prepare({
method: 'eth_getBlockByNumber',
params: ['latest', false],
})
// @log: { id: 0, jsonrpc: '2.0', method: 'eth_getBlockByNumber', params: ['latest', false] }

// 3. Send the request to an Ethereum Node.
const response = await fetch('https://1.rpc.thirdweb.com', {
Expand Down

0 comments on commit ae935dc

Please sign in to comment.