Open memoyil opened 2 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
gamification | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 10, 2024 7:38am |
web | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 10, 2024 7:38am |
Latest commit: 1a31267203e2c90fc86c83a89c15a64195604153
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
PR-Codex overview
This PR primarily focuses on removing the
allowFailure: true
option from multiplemulticall
invocations across various files and optimizing the usage ofuseMemo
for filtering token balances in several components.Detailed summary
allowFailure: true
frommulticall
in multiple files.useMemo
in:GasTokenSelector.tsx
useV3Positions.ts
useUserInsufficientBalance.ts
FormMainV4.tsx
FormMain.tsx
useTokenBalances
anduseCurrencyBalances
functions for better documentation.