Skip to content

Commit ec94f31

Browse files
committed
chore: fix build
1 parent 95303ee commit ec94f31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/extensions/v3-config-engine/AaveV3ConfigEngineTest.t.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ contract AaveV3ConfigEngineTest is TestnetProcedures, ProtocolV3TestBase {
334334
address asset = address(new TestnetERC20('PSP', 'PSP', 18, address(this)));
335335

336336
address feed = address(new MockAggregator(int256(15e8)));
337-
address aTokenImpl = address(new ATokenInstance(contracts.poolProxy));
338-
address vTokenImpl = address(new VariableDebtTokenInstance(contracts.poolProxy));
337+
address aTokenImpl = address(new ATokenInstance(contracts.poolProxy, report.rewardsControllerProxy, report.treasury));
338+
address vTokenImpl = address(new VariableDebtTokenInstance(contracts.poolProxy, report.rewardsControllerProxy));
339339

340340
AaveV3MockListingCustomWithEModeCreation payload = new AaveV3MockListingCustomWithEModeCreation(
341341
asset,

0 commit comments

Comments
 (0)