Skip to content

Commit

Permalink
Fixed Ethereum json rpc test intermittency, abstracted out some funct…
Browse files Browse the repository at this point in the history
…ionality in outgoing http requests test
  • Loading branch information
lastmjs committed Aug 10, 2022
1 parent 9432692 commit 321b6ba
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 3,158 deletions.
2 changes: 1 addition & 1 deletion examples/ethereum_json_rpc/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function* eth_get_balance(ethereum_address: string): Update<JSON> {
JSON.stringify({
jsonrpc: '2.0',
method: 'eth_getBalance',
params: [ethereum_address, 0],
params: [ethereum_address, 'earliest'],
id: 1
})
)
Expand Down
Loading

0 comments on commit 321b6ba

Please sign in to comment.