File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {ErrorsLib} from "../libraries/ErrorsLib.sol";
13
13
/// @dev This contract should only be used as price feed for `ChainlinkOracle`.
14
14
contract WstEthChainlinkAdapter is AggregatorV3Interface {
15
15
uint8 public constant decimals = uint8 (18 );
16
- string public constant description = "wstETH/ETH exchange rate price " ;
16
+ string public constant description = "wstETH/ETH exchange rate " ;
17
17
uint256 public constant version = 1 ;
18
18
19
19
IStEth public immutable ST_ETH;
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ contract ChainlinkOracleTest is Test {
46
46
}
47
47
48
48
function testConfig () public {
49
- assertEq (oracle.description (), "wstETH/ETH exchange rate price " );
49
+ assertEq (oracle.description (), "wstETH/ETH exchange rate " );
50
50
assertEq (oracle.version (), 1 );
51
51
}
52
52
You can’t perform that action at this time.
0 commit comments