Skip to content

Commit

Permalink
add new pool, use all OP for last epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Oct 3, 2024
1 parent 024df80 commit 0137b72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion automation/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions automation/op_lst_lrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@
},
"fixedBoost": 2,
},
{
"pool_id": "0xcb7d357c84b101e3d559ff4845cef63d7d0753ef000000000000000000000150",
"meta": {
"pool": "kelps restaking wrsETH/wsteth",
"boostReason": "new to OP",
},
"fixedBoost": 2,
},
]


Expand Down

0 comments on commit 0137b72

Please sign in to comment.