Skip to content

Commit 1b2a7c4

Browse files
chore: enable centralized swappers
1 parent 03c05c9 commit 1b2a7c4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

widget/embedded/src/hooks/useFetchAllQuotes.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ export function useFetchAllQuotes(): UseFetchResult<
1414
MultiRouteResponse
1515
>({
1616
request: async (requestBody, options) =>
17-
await httpService().getAllRoutes(requestBody, options),
17+
await httpService().getAllRoutes(
18+
{ ...requestBody, enableCentralizedSwappers: true },
19+
options
20+
),
1821
});
1922

2023
return { fetch, loading, cancelFetch };

0 commit comments

Comments
 (0)