Skip to content

Commit 3ea6c37

Browse files
committed
min_auction_period
1 parent 85f3aca commit 3ea6c37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/bin/operator.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ where
489489
.skip_simulation(true)
490490
.cycle_limit(10_000_000_000)
491491
.gas_limit(1_000_000_000)
492+
.min_auction_period(10)
492493
.plonk()
493494
.timeout(Duration::from_secs(PROOF_TIMEOUT_SECONDS))
494495
.run_async()

0 commit comments

Comments
 (0)