From 0c4851f4fa467b29247ac12383178bde414e26a8 Mon Sep 17 00:00:00 2001 From: franz Date: Fri, 31 May 2024 09:58:56 +0200 Subject: [PATCH] fixed emissions --- automation/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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