Skip to content

Commit

Permalink
update authors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brean0 committed Jul 24, 2024
1 parent cd4ae5f commit ae77893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/functions/Stable2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ import {IBeanstalkWellFunction, IMultiFlowPumpWellFunction} from "src/interfaces
import {ILookupTable} from "src/interfaces/ILookupTable.sol";
import {ProportionalLPToken2} from "src/functions/ProportionalLPToken2.sol";
import {IERC20} from "forge-std/interfaces/IERC20.sol";

/**
* @author Brean
* @author brean, deadmanwalking
* @title Gas efficient StableSwap pricing function for Wells with 2 tokens.
* developed by curve.
*
Expand All @@ -21,7 +22,6 @@ import {IERC20} from "forge-std/interfaces/IERC20.sol";
*
* @dev Limited to tokens with a maximum of 18 decimals.
*/

contract Stable2 is ProportionalLPToken2, IBeanstalkWellFunction {
struct PriceData {
uint256 targetPrice;
Expand Down
2 changes: 1 addition & 1 deletion src/functions/StableLUT/Stable2LUT1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {ILookupTable} from "src/interfaces/ILookupTable.sol";

/**
* @title Stable2LUT1
* @author DeadManWalking, Brean
* @author Deadmanwalking, brean
* @notice Implements a lookup table of estimations used in the Stableswap Well Function
* to calculate the token ratios in a Stableswap pool for a given price.
*/
Expand Down

0 comments on commit ae77893

Please sign in to comment.