Skip to content

Commit 94d794d

Browse files
aminsammaraaztec-bot
authored andcommitted
chore(spartan): lower mainnet inactivity slash target to 70%
Reduce the mainnet SLASH_INACTIVITY_TARGET_PERCENTAGE default from 0.8 (80%) to 0.7 (70%) in spartan/environments/network-defaults.yml. Only the networks.mainnet preset is changed; devnet/testnet and the top-level slasher anchor (all 0.9) are untouched. (cherry picked from commit 71f8e3d)
1 parent eade347 commit 94d794d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spartan/environments/network-defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ networks:
365365
ENABLE_AUTO_SHUTDOWN: false
366366
# Slasher penalties - more lenient initially
367367
SLASH_DATA_WITHHOLDING_PENALTY: 0
368-
SLASH_INACTIVITY_TARGET_PERCENTAGE: 0.8
368+
SLASH_INACTIVITY_TARGET_PERCENTAGE: 0.7
369369
SLASH_INACTIVITY_CONSECUTIVE_EPOCH_THRESHOLD: 2
370370
SLASH_INACTIVITY_PENALTY: 2000e18
371371
SLASH_PROPOSE_INVALID_ATTESTATIONS_PENALTY: 2000e18

0 commit comments

Comments
 (0)