Skip to content

Commit

Permalink
fix requirements, update fixed boosts, update total fixed boost.
Browse files Browse the repository at this point in the history
  • Loading branch information
DontNeedGithubAccount committed Jun 18, 2024
1 parent 393e358 commit f710225
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automation/arbitrum_stip_bridge_start_q2_2024.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@
{
"pool_id": "0x90e6cb5249f5e1572afbf8a96d8a1ca6acffd73900000000000000000000055c",
"meta": {"symbol": "rsETH-wETH"},
"fixedEmissions": 1000,
"fixedEmissions": 2000,
},
{
"pool_id": "0xcdcef9765d369954a4a936064535710f7235110a000200000000000000000558",
"meta": {"symbol": "weETH-wstETH ECLP"},
"fixedBoost": 1.5,
"fixedEmissions": 1000,
"fixedEmissions": 2000,
},
]

Expand Down
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 = "arbitrum"
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 = 4000 # Max 10k according ot grant
# Total number of tokens available per 2 week epoch
TOTAL_TOKENS_PER_EPOCH = 600_000 / (12 / 2) # 100k per epoch, 50k per week
DYNAMIC_BOOST_CAP = 3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ gql[requests]
pycoingecko==3.1.0
git+https://github.com/BalancerMaxis/[email protected]
#git+https://github.com/BalancerMaxis/bal_tools
dotenv
python-dotenv

0 comments on commit f710225

Please sign in to comment.