mirror of
https://github.com/Instadapp/dsa-polygon-migration.git
synced 2024-07-29 22:27:58 +00:00
added a TODO on migrate position
This commit is contained in:
parent
63680f251a
commit
78e77b4f60
|
@ -99,6 +99,8 @@ contract AaveV2Migrator is MigrateResolver {
|
|||
address[] memory supplyTokens = data.supplyTokens;
|
||||
address[] memory borrowTokens = data.borrowTokens;
|
||||
|
||||
// TODO: before migrating make sure the new DSA is v2 DSA on L1.
|
||||
|
||||
AaveInterface aave = AaveInterface(aaveProvider.getLendingPool());
|
||||
|
||||
transferAtokens(aave, dsa, supplyTokens, supplyAmts);
|
||||
|
|
Loading…
Reference in New Issue
Block a user