-
Notifications
You must be signed in to change notification settings - Fork 4
Feature/safe withdraw send #771
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
Feature/safe withdraw send #771
Conversation
- Rename findBalanceString to findCustodyBalanceString for clarity - Add onSourceAssetChange callback to reset fields when source asset changes - Filter swap target assets to exclude selected source asset - Fix address overflow in send interface with break-all - Improve receive interface validation logic - Adjust BankAccountSelector positioning and modal margins - Fix payment info rendering when targetAsset is undefined
- Fiat withdraw: filter assets to only dEURO/ZCHF, auto-map target currency - Fiat withdraw: remove 'You get about' section, update confirm button text - Crypto withdraw: change 'Send' terminology to 'Withdraw' in UI - Crypto withdraw: filter addresses to Ethereum only, remove 'Switch address' option - Add confirmButtonLabel prop to OrderInterface and PaymentInfo components
Danswar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
ZCHF is not available because the test account only has dEURO, USDT, and ETH balance.
dEURO → Is in WITHDRAW_PAIRS and has balance (1345.2) You can only withdraw what you have in your Safe. |
Danswar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix translations



Summary
Improves SAFE withdraw interface for fiat and crypto operations.
Changes
Fiat Withdraw
Crypto Withdraw