Skip to content

Commit dfbfd2b

Browse files
committed
try realistic params
1 parent f9a2b86 commit dfbfd2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/rollupCreation.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,9 @@ async function _getDevRollupConfig(
323323
2,
324324
1,
325325
],
326-
layerZeroBlockEdgeHeight: 2 ** 5,
327-
layerZeroBigStepEdgeHeight: 2 ** 5,
328-
layerZeroSmallStepEdgeHeight: 2 ** 5,
326+
layerZeroBlockEdgeHeight: 2 ** 26,
327+
layerZeroBigStepEdgeHeight: 2 ** 19,
328+
layerZeroSmallStepEdgeHeight: 2 ** 23,
329329
numBigStepLevel: 1,
330330
challengeGracePeriodBlocks: 10,
331331
bufferConfig: { threshold: 600, max: 14400, replenishRateInBasis: 500 },

0 commit comments

Comments
 (0)