Skip to content

Commit

Permalink
Update contracts/interfaces/IwBETH.sol
Browse files Browse the repository at this point in the history
Co-authored-by: rabmarut <[email protected]>
  • Loading branch information
joaobrunoah and rabmarut authored May 3, 2023
1 parent 46f8597 commit 4c68be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/interfaces/IwBETH.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ pragma solidity ^0.8.0;
*/
interface IwBETH {
/**
* @notice Get amount of BETH for 1 wBETH
* @return Amount of BETH for 1 wBETH
* @notice Get amount of ETH for 1 wBETH
* @return Amount of ETH for 1 wBETH
*/
function exchangeRate() external view returns (uint256);
}

0 comments on commit 4c68be3

Please sign in to comment.