From 0137b723a86a36d39d920b8eb72ba5a686af2159 Mon Sep 17 00:00:00 2001 From: franz Date: Thu, 3 Oct 2024 11:10:43 +0200 Subject: [PATCH] add new pool, use all OP for last epoch --- automation/constants.py | 2 +- automation/op_lst_lrt.py | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/automation/constants.py b/automation/constants.py index b835e42..ecf74a8 100644 --- a/automation/constants.py +++ b/automation/constants.py @@ -9,7 +9,7 @@ # 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 # Total number of tokens available per 2 week epoch -TOTAL_TOKENS_PER_EPOCH = 14074 +TOTAL_TOKENS_PER_EPOCH = 15371.2729196053 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 ca43532..36d9369 100644 --- a/automation/op_lst_lrt.py +++ b/automation/op_lst_lrt.py @@ -86,6 +86,14 @@ }, "fixedBoost": 2, }, + { + "pool_id": "0xcb7d357c84b101e3d559ff4845cef63d7d0753ef000000000000000000000150", + "meta": { + "pool": "kelps restaking wrsETH/wsteth", + "boostReason": "new to OP", + }, + "fixedBoost": 2, + }, ]