Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions brownie/scripts/metapool/exploit_possibility_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ def main():

# tilt pools between the mints and redeems
# OUSD vs 3CVR minted for metapool is 50%/50% result:
# balanced pool - vault & OUSD balances go up for 2 mio mainly mainly because of extra 1.67 mio OUSD minted
# balanced pool - vault & OUSD balances go up for 2 mio mainly because of extra 1.67 mio OUSD minted
# for strategy. 'me' account is down 300k. General user balance goes up by 0.6%.
# 3CRV pool tilt - vault & OUSD balances go up for 24 mio mainly mainly because of extra 23.6 mio OUSD minted
# 3CRV pool tilt - vault & OUSD balances go up for 24 mio mainly because of extra 23.6 mio OUSD minted
# for strategy. 'me' account is down 320k. General user balance goes up by 0.58%.
# OUSD pool tilt - some transactions fail but overall vault & OUSD are up by 0.7 mio. `me` account is at a loss
# of 350k. General user balance goes up by 0.67%.
Expand Down