diff --git a/src/components/Swap/SwapBestTrade.tsx b/src/components/Swap/SwapBestTrade.tsx index 2118d526d..6fdb8b14c 100644 --- a/src/components/Swap/SwapBestTrade.tsx +++ b/src/components/Swap/SwapBestTrade.tsx @@ -316,7 +316,7 @@ const SwapBestTrade: React.FC<{ amount: srcAmount, side: swapType, options: { - includeDEXS: 'quickswap,quickswapv3', + includeDEXS: 'quickswap,quickswapv3,quickswapv3.1', maxImpact: maxImpactAllowed, partner: 'quickswapv3', //@ts-ignore diff --git a/src/config/zkmainnet.json b/src/config/zkmainnet.json index 9056f63ce..d38959ff0 100644 --- a/src/config/zkmainnet.json +++ b/src/config/zkmainnet.json @@ -15,7 +15,7 @@ }, "swap": { "available": true, - "bestTrade": true, + "bestTrade": false, "proMode": false, "limitOrder": false, "crossChain": false diff --git a/src/constants/v3/addresses.ts b/src/constants/v3/addresses.ts index 0b6fb8b38..f14145919 100644 --- a/src/constants/v3/addresses.ts +++ b/src/constants/v3/addresses.ts @@ -894,6 +894,7 @@ export const SUGGESTED_BASES: { MATIC[ChainId.ZKEVM], DAI[ChainId.ZKEVM], WBTC[ChainId.ZKEVM], + NEW_QUICK[ChainId.ZKEVM], ], };