From 2d173e7552299e807072f9b2c1ae0ad4f707ce6d Mon Sep 17 00:00:00 2001 From: Justin Traglia Date: Thu, 27 Jul 2023 13:27:30 -0500 Subject: [PATCH] Update maxItems from 4 to 6 in BlobsBundle --- types/deneb/blobs_bundle.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/types/deneb/blobs_bundle.yaml b/types/deneb/blobs_bundle.yaml index 8437312..2752db8 100644 --- a/types/deneb/blobs_bundle.yaml +++ b/types/deneb/blobs_bundle.yaml @@ -7,13 +7,13 @@ Deneb: items: $ref: '../../beacon-apis/types/primitive.yaml#/KZGCommitment' minItems: 0 - maxItems: 4 + maxItems: 6 proofs: type: array items: $ref: '../../beacon-apis/types/primitive.yaml#/KZGProof' minItems: 0 - maxItems: 4 + maxItems: 6 BlindedBlobsBundle: allOf: @@ -26,7 +26,7 @@ Deneb: items: $ref: "../../beacon-apis/types/primitive.yaml#/Root" minItems: 0 - maxItems: 4 + maxItems: 6 BlobsBundle: @@ -40,4 +40,4 @@ Deneb: items: $ref: "../../beacon-apis/types/primitive.yaml#/Blob" minItems: 0 - maxItems: 4 + maxItems: 6