Skip to content

Commit fa310b1

Browse files
committed
Merge remote-tracking branch 'origin/feat/wsteth-oracle' into refactor/various-improvements
2 parents c251bed + 9cc2150 commit fa310b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wsteth-exchange-rate-adapter/WstEthStEthExchangeRateChainlinkAdapter.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {MinimalAggregatorV3Interface} from "./interfaces/MinimalAggregatorV3Inte
1111
/// @dev This contract should only be used as price feed for `MorphoChainlinkOracleV2`.
1212
contract WstEthStEthExchangeRateChainlinkAdapter is MinimalAggregatorV3Interface {
1313
/// @inheritdoc MinimalAggregatorV3Interface
14+
// @dev The calculated price has 18 decimals precision, whatever the value of `decimals`.
1415
uint8 public constant decimals = 18;
1516

1617
/// @notice The description of the price feed.

0 commit comments

Comments
 (0)