@apibara/beaconchain 2.1.0-beta.33 → 2.1.0-beta.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -2709,7 +2709,7 @@ const BlockHeader = codec.MessageCodec({
2709
2709
  randaoReveal: codec.RequiredCodec(protocol.BytesFromUint8Array),
2710
2710
  depositCount: codec.RequiredCodec(codec.BigIntCodec),
2711
2711
  depositRoot: codec.RequiredCodec(B256),
2712
- blockHash: codec.RequiredCodec(B256),
2712
+ blockHash: codec.OptionalCodec(B256),
2713
2713
  graffiti: codec.RequiredCodec(B256),
2714
2714
  executionPayload: codec.OptionalCodec(ExecutionPayload),
2715
2715
  blobKzgCommitments: codec.ArrayCodec(B384)