Skip to content

Commit

Permalink
fix: Change borrow rate config to 5%
Browse files Browse the repository at this point in the history
  • Loading branch information
CheyenneAtapour committed Sep 12, 2024
1 parent 81265c1 commit 703087b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/TestGhoAaveSteward.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ contract TestGhoAaveSteward is TestGhoBase {

IGhoAaveSteward.BorrowRateConfig public defaultBorrowRateConfig =
IGhoAaveSteward.BorrowRateConfig({
optimalUsageRatioMaxChange: 10_00,
optimalUsageRatioMaxChange: 5_00,
baseVariableBorrowRateMaxChange: 5_00,
variableRateSlope1MaxChange: 10_00,
variableRateSlope2MaxChange: 10_00
variableRateSlope1MaxChange: 5_00,
variableRateSlope2MaxChange: 5_00
});
IDefaultInterestRateStrategyV2.InterestRateData public defaultRateParams =
IDefaultInterestRateStrategyV2.InterestRateData({
Expand Down

0 comments on commit 703087b

Please sign in to comment.