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
-`recipient?`: _(Optional)_ The address of the recipient of any leftover tokens.
113
114
-`sourceChains?`: _(Optional)_ An array of source chain IDs to be considered for the transfer. If omitted, Sprinter will use all available chains for the solution.
114
115
-`threshold?`: _(Optional)_ The minimum amount of tokens required to trigger the transfer solution. If not met, the transfer solution will not proceed.
116
+
-`enableSwaps`: _(Optional)_ Defaults to `false`. Whether to enable token swaps on the source chain.
117
+
115
118
-`fetchOptions?`: _(Optional)_ An object containing `baseUrl` to override the default API endpoint for this request.
116
119
117
120
import HowToCallData from "../\_how-to-calldata.md"
-`recipient?`: _(Optional)_ The address of the recipient of any leftover tokens.
39
39
-`sourceChains?`: _(Optional)_ An array of source chain IDs to be considered for the transfer. If omitted, Sprinter will use all available chains for the solution. To limit the solution to a specific chain, provide an array containing only that chain's ID.
40
40
-`threshold?`: _(Optional)_ The minimum amount of tokens required to trigger the transfer solution. If not met, the transfer solution will not proceed.
41
+
-`enableSwaps`: _(Optional)_ Defaults to `false`. Whether to enable token swaps on the source chain.
41
42
42
43
-`fetchOptions?`: _(Optional)_ An object containing `baseUrl` to override the default API endpoint for this request.
0 commit comments