From 4c68be37d272697995ecc14057c192a3449ad76d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Bruno=20Abou=20Hatem=20de=20Liz?= Date: Wed, 3 May 2023 17:31:19 -0300 Subject: [PATCH] Update contracts/interfaces/IwBETH.sol Co-authored-by: rabmarut --- contracts/interfaces/IwBETH.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/interfaces/IwBETH.sol b/contracts/interfaces/IwBETH.sol index 0a179c3..4e6dc86 100644 --- a/contracts/interfaces/IwBETH.sol +++ b/contracts/interfaces/IwBETH.sol @@ -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); }