mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
lido-stakeEth
This commit is contained in:
parent
2d308f2e35
commit
6ddb5ffa19
|
@ -9,4 +9,3 @@ abstract contract Helpers {
|
||||||
|
|
||||||
address treasury = 0x28849D2b63fA8D361e5fc15cB8aBB13019884d09; // Instadapp's treasury address
|
address treasury = 0x28849D2b63fA8D361e5fc15cB8aBB13019884d09; // Instadapp's treasury address
|
||||||
}
|
}
|
||||||
//0xC7B5aF82B05Eb3b64F12241B04B2cF14469E39F7
|
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user