mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
added comments
This commit is contained in:
parent
0a13c8e5cf
commit
b7bffb41a8
|
@ -1,6 +1,9 @@
|
|||
pragma solidity ^0.7.0;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
/**
|
||||
* @title Aave v3 import connector .
|
||||
* @dev Import EOA's aave V3 position to DSA's aave v3 position
|
||||
*/
|
||||
import { TokenInterface, AccountInterface } from "../../../common/interfaces.sol";
|
||||
import { AaveInterface, ATokenInterface } from "./interface.sol";
|
||||
import "./helpers.sol";
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
pragma solidity ^0.7.0;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
/**
|
||||
* @title Aave v3 import connector .
|
||||
* @dev Import EOA's aave V3 position to DSA's aave v3 position
|
||||
*/
|
||||
import { TokenInterface, AccountInterface } from "../../../common/interfaces.sol";
|
||||
import { AaveInterface, ATokenInterface } from "./interface.sol";
|
||||
import "./helpers.sol";
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
pragma solidity ^0.7.0;
|
||||
pragma experimental ABIEncoderV2;
|
||||
/**
|
||||
* @title Aave v3 import connector .
|
||||
* @dev Import EOA's aave V3 position to DSA's aave v3 position
|
||||
*/
|
||||
|
||||
import { TokenInterface, AccountInterface } from "../../../common/interfaces.sol";
|
||||
import { AaveInterface, ATokenInterface } from "./interface.sol";
|
||||
|
|
Loading…
Reference in New Issue
Block a user