You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UI currently maps batched transactions as is, lacking clarity and requiring manual checks to ensure the correct amount is being sent in the case of ERC-20 transfers, etc.
It should ideally include the parsed value and/or the token info. as historical transactions, for example, may mean the asset is currently not held (and the balance endpoint not be referenced for the decimal value).
We should consider returning the token info., or the parsed value alongside the decoded data so that it can be rendered as a parsed value.
As to whether we traverse data decoded or create a new data structure is to also be decided.
Requirements
Decide on whether we return the token info. and/or the parsed value alongside transfers.
Traverse data decoded and include above value.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Description
The UI currently maps batched transactions as is, lacking clarity and requiring manual checks to ensure the correct amount is being sent in the case of ERC-20 transfers, etc.
It should ideally include the parsed value and/or the token info. as historical transactions, for example, may mean the asset is currently not held (and the balance endpoint not be referenced for the decimal value).
We should consider returning the token info., or the parsed value alongside the decoded data so that it can be rendered as a parsed value.
As to whether we traverse data decoded or create a new data structure is to also be decided.
Requirements
Additional information
No response
The text was updated successfully, but these errors were encountered: