Add Liquid Protocol hook addresses (Base)#1381
Open
moggedcapital wants to merge 1 commit into
Open
Conversation
Add dynamic fee and static fee hook addresses for Liquid Protocol on Base. These hooks power token launches with volatility-responsive LP fees (0.5%-5%), MEV protection via descending fee modules, and per-swap pool extensions. - Dynamic Fee Hook: 0x80e2f7dc8c2c880bbc4bdf80a5fb0eb8b1db68cc - Static Fee Hook: 0x9811f10cd549c754fa9e5785989c422a762c28cc Both contracts are verified on Basescan. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
Confirmed this is in our queue and will be actioned in the next ~2 weeks |
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
0x80e2f7dc8c2c880bbc4bdf80a5fb0eb8b1db68cc0x9811f10cd549c754fa9e5785989c422a762c28ccAbout Liquid Protocol
Liquid Protocol is a token launch platform on Base built on Uniswap V4. Features include:
Both hooks extend the same base (
LiquidHookV2) withbeforeInitialize,afterInitialize,beforeAddLiquidity,beforeSwap,afterSwap, andafterSwapReturnsDeltaflags.Verification
0x58ce3e14d82756224b34f1acaa15e4596d97a4762917a02092d606665e544669)Test plan
🤖 Generated with Claude Code