We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a4c8c commit c0e47d5Copy full SHA for c0e47d5
1 file changed
packages/portalnetwork/src/networks/beacon/types.ts
@@ -52,7 +52,7 @@ export const LightClientOptimisticUpdateKey = new ContainerType({
52
53
export const HistoricalSummariesKey = new ContainerType({ epoch: new UintBigintType(8) })
54
55
-export const HistoricalSummariesStateProof = new VectorCompositeType(Bytes32Type, 5)
+export const HistoricalSummariesStateProof = new VectorCompositeType(Bytes32Type, 6)
56
57
export const HistoricalSummariesWithProof = new ContainerType<{
58
epoch: UintBigintType
0 commit comments