We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a02855 commit de4e765Copy full SHA for de4e765
src/adapters/WstEthChainlinkAdapter.sol
@@ -12,7 +12,7 @@ import {ErrorsLib} from "../libraries/ErrorsLib.sol";
12
/// @notice wstETH/ETH exchange rate price feed.
13
/// @dev This contract should only be used as price feed for `ChainlinkOracle`.
14
contract WstEthChainlinkAdapter is AggregatorV3Interface {
15
- uint8 public constant decimals = uint8(18);
+ uint8 public constant decimals = 18;
16
string public constant description = "wstETH/ETH exchange rate";
17
18
IStEth public immutable ST_ETH;
0 commit comments