Skip to content

Commit 03039ae

Browse files
docs: apply suggestion
Co-authored-by: Romain Milon <rmilon@gmail.com> Signed-off-by: Merlin Egalite <44097430+MerlinEgalite@users.noreply.github.com>
1 parent 5145e14 commit 03039ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import {ErrorsLib} from "./libraries/ErrorsLib.sol";
1212
/// @notice wstETH/ETH exchange rate price feed.
1313
/// @dev This contract should only be used as price feed for `ChainlinkOracle`.
1414
contract WstEthEthExchangeRateChainlinkAdapter is MinimalAggregatorV3Interface {
15+
// @dev The calculated price has 18 decimals precision, whatever the value of `decimals`.
1516
uint8 public constant decimals = 18;
1617
string public constant description = "wstETH/ETH exchange rate";
1718

0 commit comments

Comments
 (0)