Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-13 10:51:26 +03:00
parent 58428d773b
commit d77875be51
15 changed files with 414 additions and 53 deletions

View file

@ -72,6 +72,8 @@ class UserTokensSaver(
val enrichedResponse = response.enrichIf(userWalletId = userWalletId, condition = useEnricher).copy(
walletName = userWallet.name,
walletType = WalletType.from(userWallet),
refcode = conversionData?.refcode,
campaign = conversionData?.campaign,
)
pushLegacy(userWalletId = userWalletId, response = enrichedResponse, onFailSend = onFailSend)