Skip to content

Commit

Permalink
constants
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Jul 9, 2024
1 parent c0f5be2 commit bcac61c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions automation/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
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 = 1_500
FIXED_INCENTIVE_TOKENS_PER_EPOCH = 0
# Total number of tokens available per 2 week epoch
TOTAL_TOKENS_PER_EPOCH = 7_520
TOTAL_TOKENS_PER_EPOCH = 3166
DYNAMIC_BOOST_CAP = 3
MIN_BAL_IN_USD_FOR_BOOST = 200
TOKENS_TO_FOLLOW_VOTING = TOTAL_TOKENS_PER_EPOCH - FIXED_INCENTIVE_TOKENS_PER_EPOCH
DESIRED_DEFAULT_VOTE_CAP = 30
DESIRED_DEFAULT_VOTE_CAP = 20

BALANCER_GAUGE_CONTROLLER_ABI = [
{
Expand Down

0 comments on commit bcac61c

Please sign in to comment.