Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(hook-store): Add Uniswap v2 withdraw hook dapp #5155

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
16 changes: 16 additions & 0 deletions libs/hook-dapp-lib/src/hookDappsRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,22 @@
"supportedNetworks": [1, 100, 42161]
}
},
"UNI_V2_WITHDRAW": {
"type": "IFRAME",
"name": "Withdraw Uniswap v2 Liquidity",
"descriptionShort": "Remove liquidity from a Uniswap v2 Weighted pool before the swap",
"description": "Reduce or withdraw Uniswap v2 from a pool before a token swap integrating the process directly into the transaction flow. By adjusting your liquidity ahead of time, you gain more control over your assets without any extra steps. Optimize your position in a pool, all in one seamless action — no need for multiple transactions or added complexity.",
"version": "0.0.1",
"website": "https://app.uniswap.org/pools/v2",
"image": "https://cow-hooks-dapps-withdraw-uniswap-v2.vercel.app/icon.png",
"url": "https://cow-hooks-dapps-withdraw-uniswap-v2.vercel.app/",
"conditions": {
"position": "pre",
"walletCompatibility": ["EOA"],
"smartContractWalletSupported": false,
"supportedNetworks": [1, 42161, 11155111, 8453]
}
},
"COW_AMM_DEPOSIT": {
"name": "CoW AMM Deposit",
"type": "IFRAME",
Expand Down
Loading