Skip to content

Commit 868a4f5

Browse files
committed
Merge branch 'main' into feat/supply-caps-x4
2 parents fb036b5 + e9a3492 commit 868a4f5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/AaveV3Horizon_GHO_IR_20260318/AaveV3Horizon_GHO_IR_20260318.t.sol

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
pragma solidity ^0.8.0;
33

44
import {IDefaultInterestRateStrategyV2} from 'aave-v3-origin/contracts/interfaces/IDefaultInterestRateStrategyV2.sol';
5-
import {ProtocolV3HorizonTestBase, ReserveConfig} from 'tests/utils/ProtocolV3HorizonTestBase.sol';
6-
import {AaveV3EthereumHorizon, AaveV3EthereumHorizonAssets} from 'aave-address-book-latest/AaveV3EthereumHorizon.sol';
5+
import {ProtocolV3HorizonTestBase} from 'tests/utils/ProtocolV3HorizonTestBase.sol';
6+
import {AaveV3EthereumHorizonAssets} from 'aave-address-book-latest/AaveV3EthereumHorizon.sol';
77

88
/**
9-
* @dev Test for GHO caps update via multisig transaction.
9+
* @dev Test for GHO interest rate update via multisig transaction.
1010
* command: FOUNDRY_PROFILE=test forge test --match-contract AaveV3Horizon_GHO_IR_20260318_Test -vv
1111
*/
1212
contract AaveV3Horizon_GHO_IR_20260318_Test is ProtocolV3HorizonTestBase {

0 commit comments

Comments
 (0)