mirror of
https://github.com/Instadapp/dsa-polygon-migration.git
synced 2024-07-29 22:27:58 +00:00
minor change
This commit is contained in:
parent
f4c7610b1c
commit
ad58a84dd7
|
@ -189,6 +189,7 @@ contract MigrateResolver is LiquidityResolver {
|
||||||
aave.withdraw(wethAddr, ethAmt, address(this));
|
aave.withdraw(wethAddr, ethAmt, address(this));
|
||||||
console.log("here4");
|
console.log("here4");
|
||||||
wethContract.transfer(address(flashloanContract), ethAmt);
|
wethContract.transfer(address(flashloanContract), ethAmt);
|
||||||
|
console.log("here5");
|
||||||
}
|
}
|
||||||
|
|
||||||
function migrateWithFlash(AaveDataRaw calldata _data, uint ethAmt) external {
|
function migrateWithFlash(AaveDataRaw calldata _data, uint ethAmt) external {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user