File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
1818contract CowEvcCollateralSwapWrapper is CowWrapper , PreApprovedHashes {
1919 IEVC public immutable EVC;
You can’t perform that action at this time.
0 commit comments