Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mainnet address #335

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/mainnet/connectors/aave/v3/helpers.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ abstract contract Helpers is DSMath, Basic {
* @dev Aave Pool Data Provider
*/
AaveDataProviderInterface internal constant aaveData =
AaveDataProviderInterface(0x7B4EB56E7CD4b454BA8ff71E4518426369a138a3);
AaveDataProviderInterface(0x41393e5e337606dc3821075Af65AeE84D7688CBD);

/**
* @dev Aave Referral Code
Expand Down
2 changes: 1 addition & 1 deletion contracts/mainnet/connectors/aave/v3/main.sol
Original file line number Diff line number Diff line change
Expand Up @@ -531,5 +531,5 @@ abstract contract AaveResolver is Events, Helpers {
}

contract ConnectV2AaveV3 is AaveResolver {
string public constant name = "AaveV3-v1.2";
string public constant name = "AaveV3-v1.3";
}
Loading