-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Stale price data used during payment
Location: TransactionReview.jsx
Problem:tradeDataBuySc is fetched only once when the component mounts. If a user waits several minutes before clicking Pay, the quote becomes stale.
Impact:Transaction may fail if the contract validates price limits
User may execute the trade at an unfavorable / incorrect price
Proposed Fix:
-
Re-fetch the quote immediately before signing, or
-
Add a lightweight refresh mechanism (e.g., auto-refresh every ~15 seconds while on the review screen)
Expected Outcome:Price data is always fresh at the moment of transaction execution.
@Zahnentferner #51 Closes this Issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels