mirror of
https://github.com/status-im/codex-contracts-eth.git
synced 2025-01-31 02:35:36 +00:00
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…
x
Reference in New Issue
Block a user