fix: show decoded swap details on success-tx view (closes #63) #64
Reference in New Issue
Block a user
Delete Branch "fix/63-swap-success-view"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Carries decoded calldata info (action name, description, token details, amounts, addresses) from the approval confirmation view through to the success-tx view.
For swap transactions, this now shows the same decoded details (protocol, action, token symbols, amounts) that appeared on the signing confirmation screen.
Changes
pendingTxDetails.decodedstate.viewData, render with same formatting as approval viewsuccess-tx-decodedcontainer elementCloses #63