Skip to content

Commit

Permalink
Merge pull request #102 from theodorecurtil/main
Browse files Browse the repository at this point in the history
fix natspec for wsteth-steth exchange rate adapter
  • Loading branch information
MathisGD authored Sep 27, 2024
2 parents e804ca2 + 7a3a818 commit b6de74f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {MinimalAggregatorV3Interface} from "./interfaces/MinimalAggregatorV3Inte
/// @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`.
/// @dev The calculated price has 18 decimals precision, whatever the value of `decimals`.
uint8 public constant decimals = 18;

/// @notice The description of the price feed.
Expand Down

0 comments on commit b6de74f

Please sign in to comment.