-
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: 🐛 Fix Arguments passing order of usePoolTickData #11067
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
7 Skipped Deployments
|
8064709
PR-Codex overview
This PR focuses on refactoring the
useAllV3Ticks
function calls across multiple components to utilize an object parameter instead of individual arguments, improving code readability and maintainability.Detailed summary
useAllV3Ticks
calls inFarmV3ApyButton.tsx
to use an object parameter.useAllV3Ticks
inAprCalculator.tsx
similarly.useAllV3Ticks
inV3PoolAprModal.tsx
to accept an object parameter.useAllV3Ticks
function definition to accept an object with optional properties.