Skip to content

feat(support): expose sell deposit address and blockchains (DEV-4570)#3720

Merged
bernd2022 merged 2 commits into
developfrom
feature/DEV-4570-customer-search-improvements
May 18, 2026
Merged

feat(support): expose sell deposit address and blockchains (DEV-4570)#3720
bernd2022 merged 2 commits into
developfrom
feature/DEV-4570-customer-search-improvements

Conversation

@bernd2022
Copy link
Copy Markdown
Collaborator

Summary

  • Add depositAddress, depositBlockchains and depositAddressExplorerUrl to SellSupportInfo
  • Load the deposit relation in SellService.getSellsByUserDataId
  • Map deposit fields in SupportService.toSellSupportInfo

Ticket: DEV-4570

Test plan

  • Open customer search and inspect a user with sell routes
  • Verify deposit address, blockchains and explorer link are returned

Adds depositAddress, depositBlockchains and depositAddressExplorerUrl
to SellSupportInfo so customer search shows the user's deposit data.
Comment thread src/subdomains/generic/support/support.service.ts
For EVM multi-chain deposits the first blockchain was misleadingly
returning an Ethereum URL while the address also applies to Arbitrum,
Optimism, Polygon, etc. The URL is now only emitted when the deposit
maps to exactly one blockchain.
@bernd2022 bernd2022 requested a review from davidleomay May 18, 2026 10:44
@bernd2022 bernd2022 marked this pull request as ready for review May 18, 2026 10:46
@bernd2022 bernd2022 requested a review from TaprootFreak as a code owner May 18, 2026 10:46
@bernd2022 bernd2022 merged commit e3f2129 into develop May 18, 2026
7 checks passed
@bernd2022 bernd2022 deleted the feature/DEV-4570-customer-search-improvements branch May 18, 2026 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants