Skip to content

Commit

Permalink
fix: Change eth fork tests config to 5%
Browse files Browse the repository at this point in the history
  • Loading branch information
CheyenneAtapour committed Sep 13, 2024
1 parent 703087b commit 945fcf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/TestGhoStewardsForkEthereum.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ contract TestGhoStewardsForkEthereum is Test {

IGhoAaveSteward.BorrowRateConfig memory defaultBorrowRateConfig = IGhoAaveSteward
.BorrowRateConfig({
optimalUsageRatioMaxChange: 10_00,
optimalUsageRatioMaxChange: 5_00,
baseVariableBorrowRateMaxChange: 5_00,
variableRateSlope1MaxChange: 10_00,
variableRateSlope2MaxChange: 10_00
variableRateSlope1MaxChange: 5_00,
variableRateSlope2MaxChange: 5_00
});

GHO_AAVE_STEWARD = new GhoAaveSteward(
Expand Down

0 comments on commit 945fcf8

Please sign in to comment.