diff --git a/automation/constants.py b/automation/constants.py index 0b3f863..da8a638 100644 --- a/automation/constants.py +++ b/automation/constants.py @@ -7,13 +7,13 @@ 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 = 1_500 +FIXED_INCENTIVE_TOKENS_PER_EPOCH = 0 # Total number of tokens available per 2 week epoch -TOTAL_TOKENS_PER_EPOCH = 7_520 +TOTAL_TOKENS_PER_EPOCH = 3166 DYNAMIC_BOOST_CAP = 3 MIN_BAL_IN_USD_FOR_BOOST = 200 TOKENS_TO_FOLLOW_VOTING = TOTAL_TOKENS_PER_EPOCH - FIXED_INCENTIVE_TOKENS_PER_EPOCH -DESIRED_DEFAULT_VOTE_CAP = 30 +DESIRED_DEFAULT_VOTE_CAP = 20 BALANCER_GAUGE_CONTROLLER_ABI = [ {