File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/transactions/Swap/constants Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export const COW_UNSUPPORTED_ASSETS: Partial<
7474 [ SupportedChainId . MAINNET ] : 'ALL' ,
7575 [ SupportedChainId . POLYGON ] : 'ALL' ,
7676 [ SupportedChainId . SEPOLIA ] : 'ALL' ,
77- // Base is supported
77+ [ SupportedChainId . BASE ] : 'ALL' , // Base is not supported
7878 } ,
7979 [ SwapType . CollateralSwap ] : {
8080 [ SupportedChainId . ARBITRUM_ONE ] : 'ALL' ,
@@ -94,7 +94,7 @@ export const COW_UNSUPPORTED_ASSETS: Partial<
9494 [ SupportedChainId . MAINNET ] : 'ALL' ,
9595 [ SupportedChainId . POLYGON ] : 'ALL' ,
9696 [ SupportedChainId . SEPOLIA ] : 'ALL' ,
97- // Base is supported
97+ [ SupportedChainId . BASE ] : 'ALL' , // Base is not supported
9898 } ,
9999
100100 // Specific assets that are not supported for certain chains across all swap types
You can’t perform that action at this time.
0 commit comments