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:
parent
965529dcea
commit
118ee0b22b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue