diff --git a/beacon/engine/types.go b/beacon/engine/types.go index a492067d41..76bfd22a23 100644 --- a/beacon/engine/types.go +++ b/beacon/engine/types.go @@ -125,7 +125,7 @@ type BlobAndProofV1 struct { type BlobAndProofV2 struct { Blob hexutil.Bytes `json:"blob"` - CellProofs []hexutil.Bytes `json:"cellProofs"` + CellProofs []hexutil.Bytes `json:"proofs"` } // JSON type overrides for ExecutionPayloadEnvelope.