feat(deposit): adds more tokens#17395
Conversation
|
|
|
There was a problem hiding this comment.
Bug: Unverified Network Property Causes Null Return
The getCryptoCurrencyFromTransakId function is called with order.data.network without verifying its existence. Although order.data.cryptoCurrency is checked, the lack of a similar check for order.data.network means undefined can be passed, causing the function to incorrectly return null. This can lead to unexpected behavior, such as issues with analytics tracking.
app/components/UI/Ramp/Deposit/components/DepositOrderContent/DepositOrderContent.tsx#L63-L67
app/components/UI/Ramp/Deposit/Views/BankDetails/BankDetails.tsx#L217-L221
app/components/UI/Ramp/Deposit/Views/OrderProcessing/OrderProcessing.tsx#L95-L99
Was this report helpful? Give feedback by reacting with 👍 or 👎
|



Description
This PR adds more token definitions, but not enabled yet.
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist