Skip to content

Commit c0e47d5

Browse files
author
ScottyPoi
committed
beacon: update HistoricalSummariesStateProof ssz type
1 parent 45a4c8c commit c0e47d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/portalnetwork/src/networks/beacon

packages/portalnetwork/src/networks/beacon/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const LightClientOptimisticUpdateKey = new ContainerType({
5252

5353
export const HistoricalSummariesKey = new ContainerType({ epoch: new UintBigintType(8) })
5454

55-
export const HistoricalSummariesStateProof = new VectorCompositeType(Bytes32Type, 5)
55+
export const HistoricalSummariesStateProof = new VectorCompositeType(Bytes32Type, 6)
5656

5757
export const HistoricalSummariesWithProof = new ContainerType<{
5858
epoch: UintBigintType

0 commit comments

Comments
 (0)