feat: allowlist M0 Tick Range hooks on Ethereum #1227
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.
The following PR should be merged first: #1226
Hook address:
0xde400595199e6dae55a1bcb742b3eb249af00800 (https://etherscan.io/address/0xde400595199e6dae55a1bcb742b3eb249af00800)
Deployed pool:
https://app.uniswap.org/explore/pools/ethereum/0x6b3403809baa251f186c546908d6ebdbd5dc52527b2b3f8bc7d4f5a437091b0f (USDC/mUSD)
Source code:
https://github.com/m0-foundation/uniswap-v4-hooks/blob/main/src/TickRangeHook.sol
Audit:
https://github.com/m0-foundation/uniswap-v4-hooks/blob/main/audits/M0_Uniswap_V4_Hooks_report.pdf
Description:
The Tick Range hook restricts liquidity provision to a specific tick range, bounded by lower and upper tick values.
This feature is particularly useful for stable pairs that want to prevent their pool's liquidity from becoming unbalanced.
Intake form:
The intake form has been submitted.