Skip to content

Commit

Permalink
Merge pull request #410 from alchemyplatform/eth_blockNum_update
Browse files Browse the repository at this point in the history
update description for eth_blocknumber
  • Loading branch information
SahilAujla authored Sep 19, 2024
2 parents 3820832 + 1b19249 commit 9b5bbaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evm_responses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ eth_blockNumber:
allOf:
- $ref: '#/common_response_fields'
- type: object
description: Integer of the current block number the client is on.
description: The current block number the client is on (in hex).
properties:
result:
type: string
description: Integer of the current block number the client is on.
description: The current block number the client is on (in hex).
example:
$ref: ./evm_examples.yaml#/eth_blockNumber
eth_block:
Expand Down

0 comments on commit 9b5bbaf

Please sign in to comment.