Skip to content

Commit 5750f44

Browse files
committed
feat: activate arbitrum, avax, gnosis collateral swaps via cow adapters
1 parent 702be7b commit 5750f44

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,10 @@ export const COW_UNSUPPORTED_ASSETS: Partial<
7777
[SupportedChainId.BASE]: 'ALL', // Base is not supported
7878
},
7979
[SwapType.CollateralSwap]: {
80-
[SupportedChainId.ARBITRUM_ONE]: 'ALL',
81-
[SupportedChainId.AVALANCHE]: 'ALL',
82-
[SupportedChainId.BNB]: 'ALL',
83-
[SupportedChainId.GNOSIS_CHAIN]: 'ALL',
8480
[SupportedChainId.MAINNET]: 'ALL',
81+
[SupportedChainId.BNB]: 'ALL',
8582
[SupportedChainId.POLYGON]: 'ALL',
8683
[SupportedChainId.SEPOLIA]: 'ALL',
87-
// Base is supported
8884
},
8985
[SwapType.RepayWithCollateral]: {
9086
[SupportedChainId.ARBITRUM_ONE]: 'ALL',

0 commit comments

Comments
 (0)