mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
11 lines
298 B
Solidity
11 lines
298 B
Solidity
pragma solidity ^0.7.0;
|
|
|
|
import { TokenInterface } from "../../common/interfaces.sol";
|
|
import { ILido } from "./interface.sol";
|
|
|
|
abstract contract Helpers {
|
|
ILido internal constant lidoInterface =
|
|
ILido(0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84);
|
|
}
|
|
//0xC7B5aF82B05Eb3b64F12241B04B2cF14469E39F7
|