feat: add tokens.fun hook addresses on Base#1396
Open
Nemil21 wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds tokens.fun (a Clanker v4 fork) hook contract addresses on Base to the routing allowlist to ensure routing uses intended liquidity pools rather than low-liquidity parasitic pools.
Changes:
- Define 4 tokens.fun hook address constants for Base (v1 + v2, dynamic + static fee).
- Add these hook addresses to the
ChainId.BASEentry inHOOKS_ADDRESSES_ALLOWLIST.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Adds tokens.fun launchpad hook addresses to the Base routing allowlist.
tokens.fun is a token launchpad on Base using Uniswap V4 hooks forked from Clanker v4 (already allowlisted). All 4 hooks are verified on BaseScan (Exact Match). Without allowlisting, external routers route through tiny parasitic pools (USDC/ETH pairs with $5-$130 liquidity) causing 30-40% slippage for users, instead of our actual WETH pools with real liquidity.
Hook Addresses (Base)
0x7deBE6943ACEFE85c4EE81Aadd736466e07528cC0x1f6C7744a0B0393db8E96D3aaA023146828028cC0xab29E4cb49980a6aC152515bb69470e0dEDC68cC0x73E74c090446ad7c9745EBa3c26F3E1a9680E8CC0x1525fE6d64235e2E27396748eccDF9BA4b0512aB0x3B5AEdd9Ab921E592d2Fccaa6e33CF893e7EEb70Provenance
Production fork of Clanker v4. Hook logic is architecturally identical to the audited Clanker v4 codebase.
Audits (upstream):
Related