Closed memoyil closed 1 week ago
Latest commit: de4f412ff19d14b0ff63565b49360a93b715d56c
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
web | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 11, 2024 10:29am |
To reproduce
Go to farm/ liquidity page Click my positions Add liquidity Go back Position not appears
PR-Codex overview
This PR focuses on enhancing the handling of transaction receipts and enabling additional liquidity actions within the application. It introduces new hooks and modifies existing ones to improve the management of account positions and transaction states.
Detailed summary
useUpdateLatestTxReceipt
hook for managing transaction receipts.Boolean(account && chainId)
for enabling conditions.zap-liquidity-v3
case in transaction handling.useV3CakeEarning
calls for optimal performance.txReceiptAtom
to store detailed transaction receipt information.useAccountV2LpDetails
to handle loading states more effectively.