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 753499e commit 709d74cCopy full SHA for 709d74c
src/components/transactions/Swap/constants/cow.constants.ts
@@ -90,7 +90,7 @@ export const COW_UNSUPPORTED_ASSETS: Partial<
90
[SupportedChainId.MAINNET]: 'ALL',
91
[SupportedChainId.POLYGON]: 'ALL',
92
[SupportedChainId.SEPOLIA]: 'ALL',
93
- [SupportedChainId.BASE]: 'ALL', // Base is not supported
+ // Base is supported
94
},
95
96
// Specific assets that are not supported for certain chains across all swap types
0 commit comments