Add GlueHook address to the hooks allowlist (11 chains, one address) - #1408
Open
lalilulel0x wants to merge 3 commits into
Open
Add GlueHook address to the hooks allowlist (11 chains, one address)#1408lalilulel0x wants to merge 3 commits into
lalilulel0x wants to merge 3 commits into
Conversation
This was referenced Aug 7, 2026
lalilulel0x
force-pushed
the
add-gluehook-allowlist
branch
from
August 7, 2026 21:42
7d21bb1 to
d260276
Compare
lalilulel0x
force-pushed
the
add-gluehook-allowlist
branch
from
August 7, 2026 21:46
d260276 to
3b5f90c
Compare
The comment used an em dash, which was the only non-ASCII byte in hooksAddressesAllowlist.ts and made GitHub render the diff behind its "hidden or bidirectional Unicode text" warning. Replaced with a colon so the file stays ASCII-only like the rest of the allowlist comments. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Graphite Automations"Request reviewers once CI passes on routing-api repo" took an action on this PR • (08/19/26)3 reviewers were added and 1 assignee was added to this PR based on Siyu Jiang (See-You John)'s automation. |
The hook was redeployed at 0x0F41715dc432692b66A5aDF8dCfef6Ac407b20c8. Keep it on the 11 ChainId networks V2 is live on; drop Celo, Zora, Blast, Monad and Tempo.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
HOOKS_ADDRESSES_ALLOWLIST.CREATEfrom a nonce-0 deployer):0x0f41715dc432692b66a5adf8dcfef6ac407b20c8ChainId): Mainnet, Optimism, Arbitrum, Polygon, BNB, Avalanche, Base, World Chain, Unichain, Soneium, X Layer (11). The hook is also deployed on MegaETH and Robinhood at the same address.What is GlueHook?
GlueHook is a general-purpose Uniswap V4 hook — not a platform-specific one. Any project, DAO or community attaches it to its own pool permissionlessly and gets, natively on Uniswap:
burn(), else sent to0xdEaD, else held forever inside the hook with a public per-asset counter. Deflation with proof.And it is infrastructure, not a product with privileged access:
Safety properties relevant to routing
try/catch-style fault tolerance — on any internal failure the hook no-ops and the swap settles exactly like a vanilla pool. A misconfigured program cannot revert a route.hookData; standard Universal Router flows work unmodified.0x20C8):beforeInitialize,beforeSwap,afterSwap,beforeSwapReturnsDelta.Because the hook uses a delta flag, we have also submitted the Uniswap Labs hook routing allowlist form in parallel; this PR mirrors the precedent of other integrator submissions to this file.
Verification
CREATEdeployment at the same address, the runtime bytecode is identical across all of them once the per-chainPoolManagerimmutable is accounted for. Verified by masking the immutable offsets solc reports and comparingeth_getCodeagainst the locally compiled artifact: the chain-independent code matches byte-for-byte on every chain, and the embeddedPoolManageris the correct one for each.hooks/ethereum/0x0f41715dc432692b66a5adf8dcfef6ac407b20c8.json, analyzed by the registry bot in hook: GlueHook (ethereum) hooklist#1283, which classified itupgradeable: false,requiresCustomSwapData: false,swapAccess: none). Submissions for the remaining chains are filed per chain and are all source-verified; they are waiting on a maintainer to re-apply thesubmissionlabel, since the registry's analysis workflow only triggers on a label event. The Ethereum submission in the reference list above shows as closed because it duplicated the already-merged hook: GlueHook (ethereum) hooklist#1283, not because it was rejected.Test plan
Live metrics: activity, volume and TVL for GlueHook pools across all chains are tracked on a public Dune dashboard: https://dune.com/lalilulel0x0869/gluehook-live