Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
allt0ld committed Oct 20, 2023
1 parent 3e8ddfd commit fe353d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions curvesim/tools/bonding_curve.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ def bonding_curve( # noqa: C901
# A value of 1 "just works" for Cryptoswap. It extends the graph to the
# point at which one coin, when valued at the price scale around which
# liquidity is centered, is equal to 100% of deposits `D`; after starting
# at (1 / pool.n) from the most recent rebalance. That should cover a
# sufficient domain. The further away from (1 / pool.n) truncate is, the
# at (1 / pool.n) from the most recent rebalance. That should cover a
# sufficient domain. The further away from (1 / pool.n) truncate is, the
# more imbalanced the pool is at the ends of the graph.

truncate = 1
Expand Down

0 comments on commit fe353d6

Please sign in to comment.