From c17e6fc56066ff70e9324ebd4a871c7f4bf7c307 Mon Sep 17 00:00:00 2001 From: Pedro Yves Fracari Date: Tue, 5 Nov 2024 13:39:28 -0300 Subject: [PATCH 1/2] feat: add cow amm deposit hook dapp --- .../src/modules/hooksStore/hookRegistry.tsx | 1 + libs/hook-dapp-lib/src/hookDappsRegistry.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/apps/cowswap-frontend/src/modules/hooksStore/hookRegistry.tsx b/apps/cowswap-frontend/src/modules/hooksStore/hookRegistry.tsx index 423e66c8da..d7fc224094 100644 --- a/apps/cowswap-frontend/src/modules/hooksStore/hookRegistry.tsx +++ b/apps/cowswap-frontend/src/modules/hooksStore/hookRegistry.tsx @@ -25,4 +25,5 @@ export const ALL_HOOK_DAPPS = [ }, hookDappsRegistry.COW_AMM_WITHDRAW, hookDappsRegistry.CLAIM_LLAMAPAY_VESTING, + hookDappsRegistry.COW_AMM_DEPOSIT, ] as HookDapp[] diff --git a/libs/hook-dapp-lib/src/hookDappsRegistry.json b/libs/hook-dapp-lib/src/hookDappsRegistry.json index c3e72565ce..7ebcc81b5f 100644 --- a/libs/hook-dapp-lib/src/hookDappsRegistry.json +++ b/libs/hook-dapp-lib/src/hookDappsRegistry.json @@ -79,5 +79,21 @@ "conditions": { "supportedNetworks": [1, 100, 42161] } + }, + "COW_AMM_DEPOSIT": { + "id": "b01b0c1aae771fe2d2adcefd550187ac48b9fa81ca1af363289b9fd7bb39caac", + "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 + } } } From c22e1cfc3958113063503f0d0f6f2585741c3076 Mon Sep 17 00:00:00 2001 From: Pedro Yves Fracari Date: Thu, 21 Nov 2024 13:26:22 -0300 Subject: [PATCH 2/2] chore: remove hook dapp id --- libs/hook-dapp-lib/src/hookDappsRegistry.json | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/hook-dapp-lib/src/hookDappsRegistry.json b/libs/hook-dapp-lib/src/hookDappsRegistry.json index e68c9f028f..4ce8c5e3e2 100644 --- a/libs/hook-dapp-lib/src/hookDappsRegistry.json +++ b/libs/hook-dapp-lib/src/hookDappsRegistry.json @@ -93,7 +93,6 @@ } }, "COW_AMM_DEPOSIT": { - "id": "b01b0c1aae771fe2d2adcefd550187ac48b9fa81ca1af363289b9fd7bb39caac", "name": "CoW AMM Deposit", "type": "IFRAME", "descriptionShort": "Add liquidity to any of the CoW AMM pools",