From 80a47ad36d9ca15e10b77fc95b391e05c0ed28ca Mon Sep 17 00:00:00 2001 From: AlienTornadosaurusHex <> Date: Fri, 16 Jun 2023 22:52:33 +0000 Subject: [PATCH] Update some comments Signed-off-by: AlienTornadosaurusHex <> --- src/v2/CurveFeeOracle.sol | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/v2/CurveFeeOracle.sol b/src/v2/CurveFeeOracle.sol index 372ca98..708bf2a 100644 --- a/src/v2/CurveFeeOracle.sol +++ b/src/v2/CurveFeeOracle.sol @@ -160,7 +160,7 @@ library CurveChainedOracles { * @title CurveFeeOracle * @author AlienTornadosaurusHex * @notice Many Curve contracts now have an EMA/TWAP Oracle which can be used instead of having to rely on - * Chainlink (Offchain) Pricefeeds or Uniswap V3 Twap Oracles. We do not use Metapools because they do not + * Chainlink (Offchain) Pricefeeds or Uniswap Twap Oracles. We do not use Metapools because they do not * have a safe enough TWAP oracle, instead we use the `price_oracle` capable contracts, which use a safer * analytical solution. */ @@ -188,12 +188,12 @@ contract CurveFeeOracle is IFeeOracle { mapping(bytes32 => string) public chainedPriceOracleNames; /** - * @notice Our Uniswap V3 Fee Oracle, we will need it some time for TORN/ETH + * @notice Our Uniswap Fee Oracle, we will need it some time for TORN/ETH */ UniswapFeeOracle public uniswapFeeOracle; /** - * @notice We will not need the Uniswap V3 Oracle forever though, TORN/ETH pools are possible on Curve too + * @notice We will not need the Uniswap Oracle forever though, TORN/ETH pools are possible on Curve too */ bool public tornOracleIsUniswap; @@ -243,7 +243,7 @@ contract CurveFeeOracle is IFeeOracle { ) / UniswapV3OracleHelper.RATIO_DIVIDER; } - // The price is now either prepared by the chained oracles or by Uniswap V3, in any case we do the + // The price is now either prepared by the chained oracles or by Uniswap, in any case we do the // legacy calculation and return the fee value return uint160( _instance.logic.denomination().mul(price).div(UniswapV3OracleHelper.RATIO_DIVIDER).mul(