Skip to content

Commit 71f8e3d

Browse files
committed
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.
1 parent 1039d38 commit 71f8e3d

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
@@ -342,7 +342,7 @@ networks:
342342
ENABLE_VERSION_CHECK: false
343343
# Slasher penalties - more lenient initially
344344
SLASH_DATA_WITHHOLDING_PENALTY: 0
345-
SLASH_INACTIVITY_TARGET_PERCENTAGE: 0.8
345+
SLASH_INACTIVITY_TARGET_PERCENTAGE: 0.7
346346
SLASH_INACTIVITY_CONSECUTIVE_EPOCH_THRESHOLD: 2
347347
SLASH_INACTIVITY_PENALTY: 2000e18
348348
SLASH_PROPOSE_INVALID_ATTESTATIONS_PENALTY: 2000e18

0 commit comments

Comments
 (0)