We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee54f88 commit 1f2d264Copy full SHA for 1f2d264
src/components/transactions/Swap/constants/cow.constants.ts
@@ -94,7 +94,7 @@ export const COW_UNSUPPORTED_ASSETS: Partial<
94
[SupportedChainId.MAINNET]: 'ALL',
95
[SupportedChainId.POLYGON]: 'ALL',
96
[SupportedChainId.SEPOLIA]: 'ALL',
97
- [SupportedChainId.BASE]: 'ALL', // Base is not supported
+ // Base is supported
98
},
99
100
// Specific assets that are not supported for certain chains across all swap types
0 commit comments