From 5089831930d6711d19901ba1962d233722f99917 Mon Sep 17 00:00:00 2001 From: franz Date: Fri, 6 Sep 2024 14:51:44 +0200 Subject: [PATCH] changed back to no fixed incentives --- automation/constants.py | 4 ++-- automation/op_lst_lrt.py | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/automation/constants.py b/automation/constants.py index 17e9218..b835e42 100644 --- a/automation/constants.py +++ b/automation/constants.py @@ -7,9 +7,9 @@ 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 = 1333.4541607938427 +FIXED_INCENTIVE_TOKENS_PER_EPOCH = 0 # Total number of tokens available per 2 week epoch -TOTAL_TOKENS_PER_EPOCH = 15407.4541607938427 +TOTAL_TOKENS_PER_EPOCH = 14074 DYNAMIC_BOOST_CAP = 3 MIN_BAL_IN_USD_FOR_BOOST = 200 TOKENS_TO_FOLLOW_VOTING = TOTAL_TOKENS_PER_EPOCH - FIXED_INCENTIVE_TOKENS_PER_EPOCH diff --git a/automation/op_lst_lrt.py b/automation/op_lst_lrt.py index 2743194..ca43532 100644 --- a/automation/op_lst_lrt.py +++ b/automation/op_lst_lrt.py @@ -77,8 +77,6 @@ "boostReason": "new to OP", }, "fixedBoost": 2, - "fixedEmissions": 1333.4541607938427, - "capOverride": 30, }, { "pool_id": "0xc9eb4b8ce914ee451360b315ffd1d1af8df96be9000000000000000000000143",