There was an error while loading. Please reload this page.
2 parents 9ccaf13 + 0b61760 commit 08b5fa2Copy full SHA for 08b5fa2
1 file changed
examples/hardhat/scripts/run-vigil.ts
@@ -30,7 +30,6 @@ async function main() {
30
await generateTraffic(10);
31
}
32
33
- await generateTraffic(10);
34
await new Promise((resolve) => setTimeout(resolve, 30_000));
35
console.log('Checking the secret again');
36
await (await vigil.revealSecret(0)).wait(); // Reveal the secret.
0 commit comments