Skip to content

Commit

Permalink
fix: add cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Sep 13, 2024
1 parent c9d5f9b commit c82c63b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/test/TestGhoBase.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ import {ERC20} from '@aave/core-v3/contracts/dependencies/openzeppelin/contracts
import {StakedAaveV3} from 'aave-stk-v1-5/src/contracts/StakedAaveV3.sol';
import {ReserveConfiguration} from '@aave/core-v3/contracts/protocol/libraries/configuration/ReserveConfiguration.sol';
import {TransparentUpgradeableProxy} from 'solidity-utils/contracts/transparent-proxy/TransparentUpgradeableProxy.sol';
import {AaveV3Ethereum, AaveV3EthereumAssets} from 'aave-address-book/AaveV3Ethereum.sol';

// GHO contracts
import {GhoAToken} from '../contracts/facilitators/aave/tokens/GhoAToken.sol';
Expand Down
5 changes: 0 additions & 5 deletions src/test/helpers/Constants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ contract Constants {
uint128 constant DEFAULT_GSM_USDC_AMOUNT = 100e6; // 6 decimals for USDC
uint128 constant DEFAULT_GSM_GHO_AMOUNT = 100e18;

// GhoSteward
uint256 constant MINIMUM_DELAY = 5 days;
uint256 constant BORROW_RATE_CHANGE_MAX = 0.01e4;
uint40 constant STEWARD_LIFESPAN = 90 days;

// Gho Stewards
uint32 constant GHO_BORROW_RATE_CHANGE_MAX = 0.05e4;
uint256 constant GSM_FEE_RATE_CHANGE_MAX = 0.0050e4;
Expand Down
3 changes: 0 additions & 3 deletions src/test/helpers/Events.sol
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ interface Events {
uint256 amount
);

// GhoSteward
event StewardExpirationUpdated(uint40 oldStewardExpiration, uint40 newStewardExpiration);

// FixedRateStrategyFactory
event RateStrategyCreated(address indexed strategy, uint256 indexed rate);

Expand Down

0 comments on commit c82c63b

Please sign in to comment.