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 cow amm deposit hook dapp #5069

Merged
merged 8 commits into from
Dec 5, 2024
15 changes: 15 additions & 0 deletions libs/hook-dapp-lib/src/hookDappsRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,20 @@
"smartContractWalletSupported": false,
"supportedNetworks": [1, 100, 42161]
}
},
"COW_AMM_DEPOSIT": {
"name": "CoW AMM Deposit",
"type": "IFRAME",
"descriptionShort": "Add liquidity to any of the CoW AMM pools",
"description": "Easily increase your position in a liquidity pool, adding both tokens in the right ratio.\n\n Whether you're seeking to increase your exposure to specific tokens or maximize the returns from your assets, this tool offers a quick and efficient way to enhance your liquidity position after a token swap, all in a smooth, efficient process.",
"version": "0.0.1",
"website": "https://balancer.fi/pools/cow",
"image": "https://cow-hooks-dapps-cow-amm-deposit.vercel.app/icon.png",
"url": "https://cow-hooks-dapps-cow-amm-deposit.vercel.app/",
"conditions": {
"position": "post",
"walletCompatibility": ["EOA"],
"smartContractWalletSupported": false
}
}
}
Loading