mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
fixed netspec comments
This commit is contained in:
parent
d41b3e65aa
commit
21c68c3290
|
@ -1,16 +1,16 @@
|
|||
pragma solidity ^0.7.0;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
import { TokenInterface, AccountInterface } from "../../../common/interfaces.sol";
|
||||
import "./interfaces.sol";
|
||||
import "./helpers.sol";
|
||||
import "./events.sol";
|
||||
|
||||
/**
|
||||
* @title Aave v2 to v3 import connector .
|
||||
* @dev migrate aave V2 position to aave v3 position
|
||||
*/
|
||||
|
||||
import { TokenInterface, AccountInterface } from "../../../common/interfaces.sol";
|
||||
import "./interfaces.sol";
|
||||
import "./helpers.sol";
|
||||
import "./events.sol";
|
||||
|
||||
contract _AaveV2ToV3MigrationResolver is _AaveHelper {
|
||||
/**
|
||||
* @dev Import aave position .
|
||||
|
|
Loading…
Reference in New Issue
Block a user