Skip to content

Commit

Permalink
eth: add new 4844 header fields
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed Oct 14, 2023
1 parent ab83ce8 commit d0429dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/schemas/block.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ Block:
withdrawalsRoot:
title: Withdrawals root
$ref: '#/components/schemas/hash32'
blobGasUsed:
title: Blob gas used
$ref: '#/components/schemas/uint'
excessBlobGas:
title: Excess blob gas
$ref: '#/components/schemas/uint'
parentBeaconBlockRoot:
title: Parent Beacon Block Root
$ref: '#/components/schemas/hash32'
Expand Down

0 comments on commit d0429dd

Please sign in to comment.