feat: add BaseStonk hook addresses on Base - #1412
Open
Xipzer wants to merge 1 commit into
Open
Conversation
Contributor
Graphite Automations"Request reviewers once CI passes on routing-api repo" took an action on this PR • (09/08/26)1 assignee was added and 3 reviewers were added to this PR based on Siyu Jiang (See-You John)'s automation. |
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.
Adds BaseStonk launchpad hook addresses on Base to the routing allowlist.
BaseStonk is a token launchpad on Base using Uniswap v4 hooks. All five hooks are verified on BaseScan (Exact Match). Without allowlisting, external routers route through parasitic hookless pools opened against our tokens with 35–99% LP fees. Example: TSR
0x9c6983df8d23427a155f2a1e9c87b15c0f58e222has eleven such pools opened by third parties within a day of launch; aggregators quote 1,000 TIBBIR → TSR at 156,969 through two of them (95% and 35% LP fee) while the hooked TSR/TIBBIR pool pays 916,495 — 83% worse for users.Hook Addresses (Base)
0x7C672F3850afadCb8f83478E0A2a90D109fA60440x201c4916c085032FB49f0B778eFA98DF236720440x03d2434D5A9AB7FB46bD3c7956A7C62E0Cd460440x805975d27518e3E23c4838802d9DdA7302DcA0440xAA4025e5667719dB2ceaA0c1eD8801cE7bdfa044Properties
beforeInitialize,afterSwap,afterSwapReturnDelta. NobeforeSwap, no dynamic fee, no custom curve — swaps are priced by the PoolManager; the hook takes a fixed per-pool fee from the unspecified currency inafterSwapand returns it as a delta.beforeInitialize.0xc9786476d2492eb8ddb2ebf8b4b69e227e1f31397c790d877541ab0ed5cf5ee2(V2, fee 3000, spacing 60); TSR/TIBBIR0x9f38d45cd16394b5c7e3603631711817f75cac80bd4700d0170cd684801e10e5(V6).hooks/base/.Changes
ChainId.BASEentry inHOOKS_ADDRESSES_ALLOWLIST.