Skip to content

Commit 709d74c

Browse files
committed
feat: activate repay-with-collateral on base cow adapters
1 parent 753499e commit 709d74c

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
@@ -90,7 +90,7 @@ export const COW_UNSUPPORTED_ASSETS: Partial<
9090
[SupportedChainId.MAINNET]: 'ALL',
9191
[SupportedChainId.POLYGON]: 'ALL',
9292
[SupportedChainId.SEPOLIA]: 'ALL',
93-
[SupportedChainId.BASE]: 'ALL', // Base is not supported
93+
// Base is supported
9494
},
9595

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

0 commit comments

Comments
 (0)