-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Add min max full range to url and remove min tick limit #10993
base: develop
Are you sure you want to change the base?
fix: Add min max full range to url and remove min tick limit #10993
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
6 Skipped Deployments
|
|
48d320b
to
205ccff
Compare
PR-Codex overview
This PR focuses on enhancing the handling of price input ranges in the
AddLiquidityV3
module by allowing the range inputs to accept a boolean value (true
) in addition to the existing types. This change simplifies certain conditions and updates related components accordingly.Detailed summary
typeLeftRangeInput
andtypeRightRangeInput
to accepttrue
as a validtypedValue
.useInitialRange
to handletrue
as a valid input for price ranges.setFullRange
dispatch fromuseRangeHopCallbacks
.onSetFullRange
intouseV3MintActionHandlers
.onBothRangePriceInput
and other related functions to accommodate boolean values.useV3MintActionHandlers
to handletrue
intypedValue
and adjust query parameters accordingly.