-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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: Cross chain sync not handling insufficent balance and user reject #10321
base: develop
Are you sure you want to change the base?
fix: Cross chain sync not handling insufficent balance and user reject #10321
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
6 Skipped Deployments
|
|
8b71b1e
to
0474ab1
Compare
3924fdc
to
cac8c46
Compare
cac8c46
to
a49a33b
Compare
PR-Codex overview
This PR focuses on enhancing the
CrossChainVeCakeModal
component by adding better state management for insufficient balance and integrating aWarningIcon
for user feedback.Detailed summary
setIsOpen
prop to theCrossChainVeCakeModal
component.useCatchTxError
to throw user reject errors.modalState
to include'insufficent'
.WarningIcon
for insufficient balance notifications.ReadyToSyncView
to acceptmodalState
as a prop for conditional rendering.