Skip to content

Commit

Permalink
test: change aave irm of DAI (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD authored Mar 14, 2024
1 parent ebcd47d commit 3ab0999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tests/integration/D3MAaveV2.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ contract D3MAaveV2IntegrationTest is DssTest {
stkAave = GemAbstract(0x4da27a545c0c5B758a6BA100e3a049001de870f5);
dai = DaiAbstract(0x6B175474E89094C44Da98b954EedeAC495271d0F);
daiJoin = DaiJoinAbstract(0x9759A6Ac90977b93B58547b4A71c78317f391A28);
interestStrategy = InterestRateStrategyLike(0xfffE32106A68aA3eD39CcCE673B646423EEaB62a);
interestStrategy = InterestRateStrategyLike(0xab7f8ca781C736EB624A9E321cd043F8E6292C96);
rewardsClaimer = RewardsClaimerLike(0xd784927Ff2f95ba542BfC824c8a8a98F3495f6b5);
spot = SpotAbstract(0x65C79fcB50Ca1594B025960e539eD7A9a6D434A3);
weth = GemAbstract(0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2);
Expand Down
2 changes: 1 addition & 1 deletion src/tests/plans/D3MAaveV2TypeRateTargetPlan.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ contract D3MAaveV2TypeRateTargetPlanTest is D3MPlanBaseTest {
dai = DaiAbstract(0x6B175474E89094C44Da98b954EedeAC495271d0F);
aavePool = LendingPoolLike(0x7d2768dE32b0b80b7a3454c06BdAc94A69DDc7A9);
adai = GemAbstract(0x028171bCA77440897B824Ca71D1c56caC55b68A3);
interestStrategy = InterestRateStrategyLike(0xfffE32106A68aA3eD39CcCE673B646423EEaB62a);
interestStrategy = InterestRateStrategyLike(0xab7f8ca781C736EB624A9E321cd043F8E6292C96);

plan = new D3MAaveV2TypeRateTargetPlanWrapper(address(dai), address(aavePool));

Expand Down

0 comments on commit 3ab0999

Please sign in to comment.