Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/refactor/various-improvements' i…
Browse files Browse the repository at this point in the history
…nto refactor/various-improvements
  • Loading branch information
MathisGD committed Mar 5, 2024
2 parents fa310b1 + f984682 commit e370ed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {MinimalAggregatorV3Interface} from "./interfaces/MinimalAggregatorV3Inte
/// @author Morpho Labs
/// @custom:contact [email protected]
/// @notice wstETH/stETH exchange rate price feed.
/// @dev This contract should only be used as price feed for `MorphoChainlinkOracleV2`.
/// @dev This contract should only be deployed on Ethereum and used as a price feed for Morpho oracles.
contract WstEthStEthExchangeRateChainlinkAdapter is MinimalAggregatorV3Interface {
/// @inheritdoc MinimalAggregatorV3Interface
// @dev The calculated price has 18 decimals precision, whatever the value of `decimals`.
Expand Down

0 comments on commit e370ed9

Please sign in to comment.