Skip to content

Commit 1f2d264

Browse files
committed
feat: activate repay-with-collateral on base cow adapters
1 parent ee54f88 commit 1f2d264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const COW_UNSUPPORTED_ASSETS: Partial<
9494
[SupportedChainId.MAINNET]: 'ALL',
9595
[SupportedChainId.POLYGON]: 'ALL',
9696
[SupportedChainId.SEPOLIA]: 'ALL',
97-
[SupportedChainId.BASE]: 'ALL', // Base is not supported
97+
// Base is supported
9898
},
9999

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

0 commit comments

Comments
 (0)