Skip to content

Commit c548bf3

Browse files
committed
fmt
1 parent 51f096d commit c548bf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/CowEvcCollateralSwapWrapper.sol

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ import {PreApprovedHashes} from "./PreApprovedHashes.sol";
1111
/// @title CowEvcCollateralSwapWrapper
1212
/// @notice A specialized wrapper for swapping collateral between vaults with EVC
1313
/// @dev This wrapper enables atomic collateral swaps:
14-
/// 1. Transfer collateral from EVC subaccount to main account (if using subaccount)
15-
/// 2. Execute settlement to swap collateral
16-
/// 3. Enable new collateral vault
14+
/// 1. Enable new collateral vault
15+
/// 2. Transfer collateral from EVC subaccount to main account (if using subaccount)
16+
/// 3. Execute settlement to swap collateral (new collateral is deposited directly into user's account)
1717
/// All operations are atomic within EVC batch
1818
contract CowEvcCollateralSwapWrapper is CowWrapper, PreApprovedHashes {
1919
IEVC public immutable EVC;

0 commit comments

Comments
 (0)