diff --git a/codec/block-ethereum.avsc b/codec/block-ethereum.avsc index db3def51..9fb1f7ae 100644 --- a/codec/block-ethereum.avsc +++ b/codec/block-ethereum.avsc @@ -346,27 +346,15 @@ "fields":[ { "name":"Blobs", - "type":[ - "null", - "string" - ], - "default":"null" + "type":"string" }, { "name":"Commitments", - "type":[ - "null", - "string" - ], - "default":"null" + "type":"string" }, { "name":"Proofs", - "type":[ - "null", - "string" - ], - "default":"null" + "type":"string" } ] }