Skip to content

Commit ee2ebf4

Browse files
committed
fix: comment
1 parent 4b7c5e4 commit ee2ebf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/libs/contracts-sdk/test/fees/AerodromeFeeForkTest.t.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ contract FeeForkTest is Test {
5757
aerodromeSwapFeeFacet = AerodromeSwapFeeFacet(diamondAddress);
5858
ownershipFacet = OwnershipFacet(diamondAddress);
5959

60-
// set the aave pool address in the fee diamond
60+
// set the aerodrome router address in the fee diamond
6161
vm.startPrank(owner);
6262
feeAdminFacet.setAerodromeRouter(REAL_AERODROME_ROUTER);
6363
vm.stopPrank();
6464

65-
// set up the real aave pool and USDC token
65+
// set up the real aerodrome router and USDC token
6666
aerodromeRouter = IRouter(REAL_AERODROME_ROUTER);
6767
USDCErc20 = USDC(REAL_USDC);
6868
WETHErc20 = ERC20(REAL_WETH);

0 commit comments

Comments
 (0)