From 741aa80c43794667bf551ae37aa05a3543e39b9d Mon Sep 17 00:00:00 2001 From: Mitch Date: Wed, 11 Dec 2024 12:56:25 -0500 Subject: [PATCH] chore: bump max aztec epoch duration --- .../noir-protocol-circuits/crates/types/src/constants.nr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir-projects/noir-protocol-circuits/crates/types/src/constants.nr b/noir-projects/noir-protocol-circuits/crates/types/src/constants.nr index 1eccf5c8554..7dd7fa27906 100644 --- a/noir-projects/noir-protocol-circuits/crates/types/src/constants.nr +++ b/noir-projects/noir-protocol-circuits/crates/types/src/constants.nr @@ -129,7 +129,7 @@ pub global INITIALIZATION_SLOT_SEPARATOR: Field = 1000_000_000; pub global INITIAL_L2_BLOCK_NUM: Field = 1; pub global PRIVATE_LOG_SIZE_IN_FIELDS: u32 = 18; // This is currently affected by the size of the log overhead defined in aztec-nr/aztec/src/encrypted_logs/payload.nr. pub global BLOB_SIZE_IN_BYTES: Field = 31 * 4096; -pub global AZTEC_MAX_EPOCH_DURATION: u32 = 32; +pub global AZTEC_MAX_EPOCH_DURATION: u32 = 48; // The following is taken from building a block and looking at the `lastArchive` value in it. // You can run the `integration_l1_publisher.test.ts` and look at the first blocks in the fixtures. pub global GENESIS_ARCHIVE_ROOT: Field =