Skip to content

Commit 9656993

Browse files
committed
debt swap and repay through paraswap
1 parent 61a433e commit 9656993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/transactions/Swap/constants/cow.constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const COW_UNSUPPORTED_ASSETS: Partial<
7474
[SupportedChainId.MAINNET]: 'ALL',
7575
[SupportedChainId.POLYGON]: 'ALL',
7676
[SupportedChainId.SEPOLIA]: 'ALL',
77-
// Base is supported
77+
[SupportedChainId.BASE]: 'ALL', // Base is not supported
7878
},
7979
[SwapType.CollateralSwap]: {
8080
[SupportedChainId.ARBITRUM_ONE]: 'ALL',
@@ -94,7 +94,7 @@ export const COW_UNSUPPORTED_ASSETS: Partial<
9494
[SupportedChainId.MAINNET]: 'ALL',
9595
[SupportedChainId.POLYGON]: 'ALL',
9696
[SupportedChainId.SEPOLIA]: 'ALL',
97-
// Base is supported
97+
[SupportedChainId.BASE]: 'ALL', // Base is not supported
9898
},
9999

100100
// Specific assets that are not supported for certain chains across all swap types

0 commit comments

Comments
 (0)