Skip to content

Commit

Permalink
Minor fixes to eth methods (#582)
Browse files Browse the repository at this point in the history
* Minor fixes to `eth` methods

* revert oneOf
  • Loading branch information
alexandratran authored Sep 9, 2024
1 parent a3583d5 commit 1d4f70e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/eth/block.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
- name: eth_getBlockByNumber example
params:
- name: block
value: '0x68B3'
value: '0x68b3'
- name: Hydrated transactions
value: false
result:
Expand Down
4 changes: 2 additions & 2 deletions src/eth/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@
value: '0xe5cB067E90D5Cd1F8052B83562Ae670bA4A211a8'
- name: StorageKeys
value:
- '0x56e81f'
- '0x283s34'
- '0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421'
- '0x283s34c8e2b1456f09832c71e5d6a0b4f8c9e1d3a2b5c7f0e6d4a8b2c1f3e5d7'
- name: Block
value: 'latest'
result:
Expand Down

0 comments on commit 1d4f70e

Please sign in to comment.