Skip to content

Commit 25a570c

Browse files
authored
add EIP-7685 requestsHash in block (#613)
1 parent ee0292d commit 25a570c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/schemas/block.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ Block:
108108
type: array
109109
items:
110110
$ref: '#/components/schemas/hash32'
111+
requestsHash:
112+
title: EIP-7685 requests hash
113+
$ref: '#/components/schemas/hash32'
111114
BlockTag:
112115
title: Block tag
113116
type: string

0 commit comments

Comments
 (0)