lido-stakeEth

This commit is contained in:
bhavik-m 2022-03-12 21:24:57 +05:30
parent 2d308f2e35
commit 6ddb5ffa19
2 changed files with 2 additions and 3 deletions

View File

@ -9,4 +9,3 @@ abstract contract Helpers {
address treasury = 0x28849D2b63fA8D361e5fc15cB8aBB13019884d09; // Instadapp's treasury address address treasury = 0x28849D2b63fA8D361e5fc15cB8aBB13019884d09; // Instadapp's treasury address
} }
//0xC7B5aF82B05Eb3b64F12241B04B2cF14469E39F7

View File

@ -1,8 +1,8 @@
pragma solidity ^0.7.0; pragma solidity ^0.7.0;
/** /**
* @title WETH. * @title Stake Eth.
* @dev Wrap and Unwrap WETH. * @dev deposit Eth into lido and in return you get equivalent of stEth tokens
*/ */
import { DSMath } from "../../common/math.sol"; import { DSMath } from "../../common/math.sol";