diff --git a/lib/aave-address-book b/lib/aave-address-book index 29c04b556..da434fcac 160000 --- a/lib/aave-address-book +++ b/lib/aave-address-book @@ -1 +1 @@ -Subproject commit 29c04b5568bdb6f22f090df31c19e9e310522a71 +Subproject commit da434fcac9714d0ec41b4b713ed7b12ab5047f26 diff --git a/tests/v2-config-engine/AaveV2ConfigEngineTest.t.sol b/tests/v2-config-engine/AaveV2ConfigEngineTest.t.sol index cf613e009..6c21d60c9 100644 --- a/tests/v2-config-engine/AaveV2ConfigEngineTest.t.sol +++ b/tests/v2-config-engine/AaveV2ConfigEngineTest.t.sol @@ -5,7 +5,7 @@ import {AaveV2EthereumRatesUpdate} from '../mocks/AaveV2EthereumRatesUpdate.sol' import {IAaveV2ConfigEngine} from '../../src/v2-config-engine/IAaveV2ConfigEngine.sol'; import {DeployV2EngineEthLib} from '../../scripts/AaveV2ConfigEngine.s.sol'; import {DeployV2RatesFactoryEthLib} from '../../scripts/V2RateStrategyFactory.s.sol'; -import {AaveV2Ethereum} from 'aave-address-book/AaveAddressBook.sol'; +import {AaveV2Ethereum} from 'aave-address-book/AaveV2Ethereum.sol'; import {AaveV2EthereumAssets} from 'aave-address-book/AaveV2Ethereum.sol'; import {AaveGovernanceV2} from 'aave-address-book/AaveGovernanceV2.sol'; import {IV2RateStrategyFactory} from '../../src/v2-config-engine/IV2RateStrategyFactory.sol';