Skip to content

Commit

Permalink
Merge pull request #927 from QuickSwap/hotfix/hide-besttrade-zkevm
Browse files Browse the repository at this point in the history
Hide best trade in zkevm
  • Loading branch information
sameepsi authored Jul 22, 2023
2 parents 61ab70a + c81aef4 commit 03ee407
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Swap/SwapBestTrade.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/config/zkmainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"swap": {
"available": true,
"bestTrade": true,
"bestTrade": false,
"proMode": false,
"limitOrder": false,
"crossChain": false
Expand Down
1 change: 1 addition & 0 deletions src/constants/v3/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,7 @@ export const SUGGESTED_BASES: {
MATIC[ChainId.ZKEVM],
DAI[ChainId.ZKEVM],
WBTC[ChainId.ZKEVM],
NEW_QUICK[ChainId.ZKEVM],
],
};

Expand Down

0 comments on commit 03ee407

Please sign in to comment.