You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/swaps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ F2. Swap deposits from one EVault (A) to exact amount of another (B)
111
111
-`A.withdraw` to the swapper contract. The amount must cover all of the estimated swap costs with some extra, to account for slippage
112
112
-`swapper.multicall` with the following items:
113
113
-`Swapper.swap` - `exact input` on the generic handler with the off-chain payload
114
-
-`Swapper.swap` - `exact output` on one of the supportin handlers (Uni V2/V3) with the user specified `amountOut`. The receiver can be either the swapper contract or B vault.
114
+
-`Swapper.swap` - `exact output` on one of the supporting handlers (Uni V2/V3) with the user specified `amountOut`. The receiver can be either the swapper contract or B vault.
115
115
-`Swapper.sweep` the output token, into the B vault
116
116
-`SwapVerifier.verifyAmountMinAndSkim` check a minimum required amount was bought and claim the funds for the user. Because exact output swaps are not guaranteed to be exact always, a small slippage could be allowed.
0 commit comments