From d2699427cc50743e8dc857ca737bd7680aa00628 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 17 Dec 2024 16:58:26 +0100 Subject: [PATCH] add EIP-7685 requestsHash in block --- src/schemas/block.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/schemas/block.yaml b/src/schemas/block.yaml index ca806906d..c10eb1ad5 100644 --- a/src/schemas/block.yaml +++ b/src/schemas/block.yaml @@ -108,6 +108,9 @@ Block: type: array items: $ref: '#/components/schemas/hash32' + requestsHash: + title: EIP-7685 requests hash + $ref: '#/components/schemas/hash32' BlockTag: title: Block tag type: string