From cd6a78e5487c086dc1e84057ffc97da02e9767f5 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Thu, 26 Jun 2025 15:59:02 +1000 Subject: [PATCH] reduce proof period Proving is now on a new thread, and generates proofs much faster --- configuration/networks/hardhat/configuration.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration/networks/hardhat/configuration.js b/configuration/networks/hardhat/configuration.js index abfaff3..d0d06b8 100644 --- a/configuration/networks/hardhat/configuration.js +++ b/configuration/networks/hardhat/configuration.js @@ -8,10 +8,10 @@ module.exports = { proofs: { // period has to be less than downtime * blocktime // blocktime can be 1 second with hardhat in automine mode - period: 120, // seconds - timeout: 30, // seconds - downtime: 144, // number of blocks - downtimeProduct: 149, // number of blocks + period: 30, // seconds + timeout: 20, // seconds + downtime: 36, // number of blocks + downtimeProduct: 37, // number of blocks zkeyHash: "", }, reservations: {