updated aave v3 addresses

This commit is contained in:
bhavik-m 2022-03-12 13:53:38 +05:30
parent ea5d7f611d
commit d41b3e65aa
3 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,7 @@ abstract contract Helper is DSMath, Basic {
*/ */
AaveV3PoolProviderInterface internal constant aaveV3Provider = AaveV3PoolProviderInterface internal constant aaveV3Provider =
AaveV3PoolProviderInterface( AaveV3PoolProviderInterface(
0x7013523049CeC8b06F594edb8c5fb7F232c0Df7C // v3 - PoolAddressesProvider Avalanche 0xa97684ead0e402dC232d5A977953DF7ECBaB3CDb // v3 - PoolAddressesProvider Avalanche
); );
/** /**

View File

@ -25,7 +25,7 @@ abstract contract Helper is DSMath, Basic {
*/ */
AaveV3PoolProviderInterface internal constant aaveV3Provider = AaveV3PoolProviderInterface internal constant aaveV3Provider =
AaveV3PoolProviderInterface( AaveV3PoolProviderInterface(
0x7013523049CeC8b06F594edb8c5fb7F232c0Df7C // Polygon address - PoolAddressesProvider 0xa97684ead0e402dC232d5A977953DF7ECBaB3CDb // Polygon address - PoolAddressesProvider
); );
/** /**

View File

@ -10,6 +10,7 @@ import "./events.sol";
* @title Aave v2 to v3 import connector . * @title Aave v2 to v3 import connector .
* @dev migrate aave V2 position to aave v3 position * @dev migrate aave V2 position to aave v3 position
*/ */
contract _AaveV2ToV3MigrationResolver is _AaveHelper { contract _AaveV2ToV3MigrationResolver is _AaveHelper {
/** /**
* @dev Import aave position . * @dev Import aave position .