forked from pcaversaccio/safe-tx-hashes-util
-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Description
The result page currently doesn't display information about nested safe transactions. When a transaction involves a nested safe, users need to see the nested safe's details (address, nonce, version) in the result page to properly verify the transaction.
Current Behavior
- Result page only shows the main transaction details
- No visibility into nested safe information when present
- Users cannot verify nested safe transaction parameters
Changes Needed
-
Add a new section in the result page for nested safe information:
- Display nested safe address with avatar
- Show nested safe nonce and version badges
-
Implement proper conditional rendering:
- Only show nested safe section when
result.nestedSafeexists - Maintain consistent styling with the main transaction section
- Add appropriate separators between sections
- Only show nested safe section when