From 8da9feeee1f8ff476d69383864fd194b2bd08860 Mon Sep 17 00:00:00 2001 From: "hook-registry-bot[bot]" Date: Fri, 19 Jun 2026 20:37:46 +0000 Subject: [PATCH] Add AggHook hook on ethereum --- ...a675461ce9d9d7fda4b1a8b1cf767b616e888.json | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 hooks/ethereum/0x35fa675461ce9d9d7fda4b1a8b1cf767b616e888.json diff --git a/hooks/ethereum/0x35fa675461ce9d9d7fda4b1a8b1cf767b616e888.json b/hooks/ethereum/0x35fa675461ce9d9d7fda4b1a8b1cf767b616e888.json new file mode 100644 index 0000000..112c40a --- /dev/null +++ b/hooks/ethereum/0x35fa675461ce9d9d7fda4b1a8b1cf767b616e888.json @@ -0,0 +1,35 @@ +{ + "hook": { + "address": "0x35fa675461ce9d9d7fda4b1a8b1cf767b616e888", + "chain": "ethereum", + "chainId": 1, + "name": "AggHook", + "description": "A Uniswap v4 hook that automatically routes swaps across multiple registered liquidity uniswapV3like pools from Uniswap, Pancakeswap, Sushiswap, Aerodrome, etc. By discovering and executing the most efficient path at transaction time, it allows traders to access deeper aggregated liquidity, improve price execution, and reduce the effects of liquidity fragmentation.", + "deployer": "", + "verifiedSource": true, + "auditUrl": "" + }, + "flags": { + "beforeInitialize": true, + "afterInitialize": false, + "beforeAddLiquidity": true, + "afterAddLiquidity": false, + "beforeRemoveLiquidity": false, + "afterRemoveLiquidity": false, + "beforeSwap": true, + "afterSwap": false, + "beforeDonate": false, + "afterDonate": false, + "beforeSwapReturnsDelta": true, + "afterSwapReturnsDelta": false, + "afterAddLiquidityReturnsDelta": false, + "afterRemoveLiquidityReturnsDelta": false + }, + "properties": { + "dynamicFee": false, + "upgradeable": false, + "requiresCustomSwapData": false, + "vanillaSwap": false, + "swapAccess": "none" + } +}