mirror of
https://github.com/Instadapp/dsa-polygon-migration.git
synced 2024-07-29 22:27:58 +00:00
Minor fix due to merge commits
This commit is contained in:
parent
72274a9421
commit
f5eb65372d
|
@ -104,7 +104,7 @@ contract AaveV2Migrator is MigrateResolver {
|
|||
transferAtokens(aave, dsa, supplyTokens, supplyAmts);
|
||||
|
||||
// Have to borrow from user's account & transfer
|
||||
borrowAndTransferSpells(aave, dsa, borrowTokens, borrowAmts);
|
||||
borrowAndTransferSpells(aave, dsa, supplyTokens, borrowTokens, borrowAmts);
|
||||
|
||||
isPositionSafe();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user