mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
minor fix
This commit is contained in:
parent
4a3382d342
commit
8c2fab7bd5
|
@ -6,6 +6,10 @@ import "./interfaces.sol";
|
||||||
import "./helpers.sol";
|
import "./helpers.sol";
|
||||||
import "./events.sol";
|
import "./events.sol";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @title Aave v2 to v3 import connector .
|
||||||
|
* @dev migrate aave V2 position to aave v3 position
|
||||||
|
*/
|
||||||
contract _AaveV2ToV3MigrationResolver is _AaveHelper {
|
contract _AaveV2ToV3MigrationResolver is _AaveHelper {
|
||||||
function _importAave(
|
function _importAave(
|
||||||
address userAccount,
|
address userAccount,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user