We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ccefd commit 945f600Copy full SHA for 945f600
configuration/networks/hardhat/configuration.js
@@ -8,10 +8,10 @@ module.exports = {
8
proofs: {
9
// period has to be less than downtime * blocktime
10
// blocktime can be 1 second with hardhat in automine mode
11
- period: 60, // seconds
+ period: 90, // seconds
12
timeout: 30, // seconds
13
- downtime: 64, // number of blocks
14
- downtimeProduct: 67 // number of blocks
+ downtime: 96, // number of blocks
+ downtimeProduct: 97 // number of blocks
15
},
16
reservations: {
17
maxReservations: 3
0 commit comments