mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
updated aave v3 addresses
This commit is contained in:
parent
ea5d7f611d
commit
d41b3e65aa
|
@ -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
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -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
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -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 .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user