Slash and free slot sooner when proofs are missed

This makes it faster to test these scenarios in the
codex integration tests.
This commit is contained in:
Mark Spanbroek 2024-02-28 14:50:44 +01:00 committed by markspanbroek
parent 965529dcea
commit 118ee0b22b
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ const { loadZkeyHash } = require("../verifier/verifier.js")
const CONFIGURATION = {
collateral: {
repairRewardPercentage: 10,
maxNumberOfSlashes: 5,
slashCriterion: 3,
slashPercentage: 10,
maxNumberOfSlashes: 2,
slashCriterion: 2,
slashPercentage: 20,
},
proofs: {
period: 60,