Skip to content

Commit 7542298

Browse files
committed
Fixes title natspec comment on KHYPEApi3ReaderProxyV1
1 parent 1e35d16 commit 7542298

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contracts/KHYPEApi3ReaderProxyV1.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ interface IStakingAccountant {
88
function kHYPEToHYPE(uint256 kHYPEAmount) external view returns (uint256);
99
}
1010

11-
/// @title An immutable proxy contract that reads the kHYPE/HYPE exchange rate on
12-
/// the HyperEVM network.
11+
/// @title An immutable proxy contract that reads the kHYPE/HYPE exchange rate
1312
/// from the StakingAccountant contract.
1413
/// @dev This contract implements only the IApi3ReaderProxy and not the
1514
/// AggregatorV2V3Interface which is usually implemented with Api3 proxies. The

0 commit comments

Comments
 (0)