mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update contracts/mainnet/connectors/wsteth/main.sol
This commit is contained in:
parent
73e5830e26
commit
b0724d4d71
|
@ -14,8 +14,8 @@ abstract contract WSTETHContract is Helpers, Basic {
|
|||
* @dev Deposit STETH into WSTETH.
|
||||
* @notice Wrap STETH into WSTETH
|
||||
* @param stethAmt The amount of STETH to deposit. (For max: `uint256(-1)`)
|
||||
* @param getId ID to retrieve amt.
|
||||
* @param setId ID stores the amount of STETH deposited.
|
||||
* @param getId ID to retrieve STETH amount.
|
||||
* @param setId ID stores the amount of WSTETH deposited.
|
||||
*/
|
||||
function deposit(
|
||||
uint256 stethAmt,
|
||||
|
|
Loading…
Reference in New Issue
Block a user