Skip to content

Commit

Permalink
changed back to no fixed incentives
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Sep 6, 2024
1 parent 35660bf commit 5089831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automation/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions automation/op_lst_lrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@
"boostReason": "new to OP",
},
"fixedBoost": 2,
"fixedEmissions": 1333.4541607938427,
"capOverride": 30,
},
{
"pool_id": "0xc9eb4b8ce914ee451360b315ffd1d1af8df96be9000000000000000000000143",
Expand Down

0 comments on commit 5089831

Please sign in to comment.