mirror of
https://github.com/Instadapp/dsa-polygon-migration.git
synced 2024-07-29 22:27:58 +00:00
Update contracts/senders/aave-v2-connector/helpers.sol
This commit is contained in:
parent
a3bdb4bbdb
commit
29ca95a0d4
|
@ -6,7 +6,7 @@ import { AaveLendingPoolProviderInterface, AaveDataProviderInterface, AaveMigrat
|
||||||
|
|
||||||
abstract contract Helpers is DSMath, Stores {
|
abstract contract Helpers is DSMath, Stores {
|
||||||
|
|
||||||
AaveMigratorInterface constant internal migrator = AaveMigratorInterface(address(2)); // Replace this (Migrator contract)
|
AaveMigratorInterface constant internal migrator = AaveMigratorInterface(address(2)); // TODO: Replace this (Migrator contract)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @dev Aave Data Provider
|
* @dev Aave Data Provider
|
||||||
|
|
Loading…
Reference in New Issue
Block a user