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 702be7b commit 5750f44Copy full SHA for 5750f44
src/components/transactions/Swap/constants/cow.constants.ts
@@ -77,14 +77,10 @@ export const COW_UNSUPPORTED_ASSETS: Partial<
77
[SupportedChainId.BASE]: 'ALL', // Base is not supported
78
},
79
[SwapType.CollateralSwap]: {
80
- [SupportedChainId.ARBITRUM_ONE]: 'ALL',
81
- [SupportedChainId.AVALANCHE]: 'ALL',
82
- [SupportedChainId.BNB]: 'ALL',
83
- [SupportedChainId.GNOSIS_CHAIN]: 'ALL',
84
[SupportedChainId.MAINNET]: 'ALL',
+ [SupportedChainId.BNB]: 'ALL',
85
[SupportedChainId.POLYGON]: 'ALL',
86
[SupportedChainId.SEPOLIA]: 'ALL',
87
- // Base is supported
88
89
[SwapType.RepayWithCollateral]: {
90
[SupportedChainId.ARBITRUM_ONE]: 'ALL',
0 commit comments