From 80e92e556fc6b015c91611fd6b0444e4fa922501 Mon Sep 17 00:00:00 2001 From: Minhyuk Kim Date: Mon, 14 Apr 2025 01:46:22 +0900 Subject: [PATCH] Rename response field of GetBlobsV2 to --- beacon/engine/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.