Skip to content

Commit f54071d

Browse files
committed
hotfix: use paraswap
1 parent 48c746d commit f54071d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/transactions/Swap/helpers/shared/provider.helpers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ export const getSwitchProvider = ({
6767
shouldUseFlashloan?: boolean;
6868
swapType: SwapType;
6969
}): SwapProvider | undefined => {
70+
return SwapProvider.PARASWAP; // TODO: TEMPORARY, REMOVE ONCE COW IS FIXED
71+
7072
if (
7173
isSwapSupportedByCowProtocol(chainId, assetFrom, assetTo, swapType, shouldUseFlashloan ?? false)
7274
) {

0 commit comments

Comments
 (0)