Update comments

Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
Richa 2022-06-01 12:18:20 +05:30 committed by GitHub
parent 7b98a2da27
commit da4add4090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ pragma solidity ^0.7.0;
pragma experimental ABIEncoderV2;
/**
* @title Aave v3 import connector .
* @dev Import EOA's / withdraw DSA's aave V3 position to DSA's aave v3 position
* @dev Import EOA's / External DSA's aave V3 position to DSA's aave v3 position
*/
import { TokenInterface, AccountInterface, ListInterface } from "../../../common/interfaces.sol";