Skip to content

Commit de4e765

Browse files
committed
refactor: remover conversion
1 parent 2a02855 commit de4e765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adapters/WstEthChainlinkAdapter.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +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 WstEthChainlinkAdapter is AggregatorV3Interface {
15-
uint8 public constant decimals = uint8(18);
15+
uint8 public constant decimals = 18;
1616
string public constant description = "wstETH/ETH exchange rate";
1717

1818
IStEth public immutable ST_ETH;

0 commit comments

Comments
 (0)