Skip to content

Commit

Permalink
add additional incentives for ineth
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Sep 5, 2024
1 parent d7b6894 commit dfc33d7
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -7,7 +7,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 = 1333.4541607938427
# Total number of tokens available per 2 week epoch
TOTAL_TOKENS_PER_EPOCH = 14074
DYNAMIC_BOOST_CAP = 3
Expand Down
1 change: 1 addition & 0 deletions automation/op_lst_lrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"boostReason": "new to OP",
},
"fixedBoost": 2,
"fixedEmissions": 1333.4541607938427
},
{
"pool_id": "0xc9eb4b8ce914ee451360b315ffd1d1af8df96be9000000000000000000000143",
Expand Down

0 comments on commit dfc33d7

Please sign in to comment.