diff --git a/automation/constants.py b/automation/constants.py index 7d5f3b8..c52fa9d 100644 --- a/automation/constants.py +++ b/automation/constants.py @@ -4,7 +4,7 @@ CHAIN_NAME = "optimism" CURRENT_YEAR = 2024 # How many incentives should be taken away from vote following to be distributed as fixed incentives? Per 2 week epoch -FIXED_INCENTIVE_TOKENS_PER_EPOCH = 0 +FIXED_INCENTIVE_TOKENS_PER_EPOCH = 1500 # Total number of tokens available per 2 week epoch TOTAL_TOKENS_PER_EPOCH = 7_520 DYNAMIC_BOOST_CAP = 3