Skip to content

Commit

Permalink
fix(README): update url params example with id
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed May 6, 2020
1 parent fd6dc94 commit 42dba2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can configure the default request and url via url params:

`?url=http://localhost:8545`

`?request[jsonrpc]=2.0&request[method]=eth_chainId`
`?request[jsonrpc]=2.0&request[method]=eth_chainId&request[id]=0`

here is a full example:

Expand Down

0 comments on commit 42dba2a

Please sign in to comment.