-
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: v2 miss stake button #11205
fix: v2 miss stake button #11205
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Skipped Deployments
|
7fe6b86
to
1ca1466
Compare
4673434
1ca1466
to
4673434
Compare
PR-Codex overview
This PR introduces the
getFarmConfigKey
utility function to standardize the key generation for farm configurations, enhancing code readability and maintainability. It replaces direct string interpolation with this new function across various files.Detailed summary
getFarmConfigKey
function inpackages/farms/src/utils.ts
.fetchAllUniversalFarmsMap
inpackages/farms/src/farms/index.ts
to usegetFarmConfigKey
.composeFarmConfig
inapps/web/src/state/farmsV4/state/extendPools/fetcher.ts
to utilizegetFarmConfigKey
.