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 1e35d16 commit 7542298Copy full SHA for 7542298
contracts/KHYPEApi3ReaderProxyV1.sol
@@ -8,8 +8,7 @@ interface IStakingAccountant {
8
function kHYPEToHYPE(uint256 kHYPEAmount) external view returns (uint256);
9
}
10
11
-/// @title An immutable proxy contract that reads the kHYPE/HYPE exchange rate on
12
-/// the HyperEVM network.
+/// @title An immutable proxy contract that reads the kHYPE/HYPE exchange rate
13
/// from the StakingAccountant contract.
14
/// @dev This contract implements only the IApi3ReaderProxy and not the
15
/// AggregatorV2V3Interface which is usually implemented with Api3 proxies. The
0 commit comments