Skip to content

Commit 3626c3c

Browse files
committed
lower min assertion period
1 parent dfbfd2b commit 3626c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rollupCreation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ async function _getDevRollupConfig(
314314
loserStakeEscrow: ownerAddress,
315315
chainId: JSON.parse(chainConfig)['chainId'],
316316
chainConfig: chainConfig,
317-
minimumAssertionPeriod: 75,
317+
minimumAssertionPeriod: 5,
318318
validatorAfkBlocks: 201600,
319319
genesisAssertionState: genesisAssertionState,
320320
genesisInboxCount: 0,

0 commit comments

Comments
 (0)