Skip to content

Commit

Permalink
Update maxItems from 4 to 6 in BlobsBundle (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia authored Jul 28, 2023
1 parent 34509da commit 53fcb0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions types/deneb/blobs_bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -26,7 +26,7 @@ Deneb:
items:
$ref: "../../beacon-apis/types/primitive.yaml#/Root"
minItems: 0
maxItems: 4
maxItems: 6


BlobsBundle:
Expand All @@ -40,4 +40,4 @@ Deneb:
items:
$ref: "../../beacon-apis/types/primitive.yaml#/Blob"
minItems: 0
maxItems: 4
maxItems: 6

0 comments on commit 53fcb0d

Please sign in to comment.