Update evm/src/angle/AngleAdapter.sol

Co-authored-by: pistomat <pistomat@users.noreply.github.com>
This commit is contained in:
Alessandro Bergamaschi
2024-03-27 15:09:58 +01:00
committed by GitHub
parent 77843d0695
commit 2d21f988dd

View File

@@ -12,9 +12,8 @@ uint256 constant STANDARD_TOKEN_DECIMALS = 10 ** 18;
/// @title AngleAdapter
/// @dev Information about prices: When swapping collateral to agEUR, the trade
/// price will not decrease(amountOut);
/// Instead, when swapping agEUR to collateral, it will, because agEUR is
/// minted, and this mechanism is used to
/// price will not decrease(amountOut). Instead, when swapping agEUR to
/// collateral, it will, because agEUR is minted, and this mechanism is used to
/// stabilize the agEUR price.
contract AngleAdapter is ISwapAdapter {
ITransmuter immutable transmuter;