Skip to content

Commit

Permalink
fix: update schema naming (#11038)
Browse files Browse the repository at this point in the history
Fix here and await master build since I can't build an image locally.
  • Loading branch information
just-mitch authored Jan 3, 2025
1 parent 55de1ce commit 547e556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yarn-project/circuit-types/src/interfaces/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export const SequencerConfigSchema = z.object({
allowedInSetup: z.array(AllowedElementSchema).optional(),
maxBlockSizeInBytes: z.number().optional(),
enforceFees: z.boolean().optional(),
gerousiaPayload: schemas.EthAddress.optional(),
governanceProposerPayload: schemas.EthAddress.optional(),
maxL1TxInclusionTimeIntoSlot: z.number().optional(),
enforceTimeTable: z.boolean().optional(),
}) satisfies ZodFor<SequencerConfig>;

0 comments on commit 547e556

Please sign in to comment.