Skip to content

Commit 3e6f68e

Browse files
authored
Merge pull request #1682 from QuickSwap/dev2
Dev2
2 parents 87d862b + 1be0f00 commit 3e6f68e

File tree

2 files changed

+3
-1
lines changed
  • src
    • constants
    • pages/PoolsPage/v3/SupplyLiquidityV3/containers/AddLiquidityButton

2 files changed

+3
-1
lines changed

src/constants/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2359,6 +2359,9 @@ export const IchiVaults: {
23592359
'0xD7c329ce757b24a43E9767980CE568fDA14C7e95',
23602360
'0xF497556DC0e3E251CdFA6eA87772A54B8e0bc5a8',
23612361
'0xC47dC89a5bAa26E0E3f58b64caEc095d80cD4c2D',
2362+
'0xd48d5cb118e18839cd483326b2b7cfb10912ea8d',
2363+
'0xb86502EB5309fD324b2947DF03a1DEa17DDBEaBd',
2364+
'0x49b8C64c5419893c972B4152cE729A644c9fe17b',
23622365
],
23632366
[ChainId.ZKEVM]: [
23642367
'0x423382e084f1d1d180bec638bc64cc6408896c3c',

src/pages/PoolsPage/v3/SupplyLiquidityV3/containers/AddLiquidityButton/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ export function AddLiquidityButton({
286286
amountToWrap,
287287
wrappingETH,
288288
]);
289-
console.log('------isReady:', isReady)
290289

291290
const onAddLiquidity = () => {
292291
if (expertMode) {

0 commit comments

Comments
 (0)