From bcac61c5c97b4bd3253c5d5ef0108595d404a9e2 Mon Sep 17 00:00:00 2001 From: franz Date: Tue, 9 Jul 2024 10:09:57 +0200 Subject: [PATCH] constants --- automation/constants.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = [ {