Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-18 18:16:27 +05:00
parent c1ad1e43ce
commit 68fbe17731
18 changed files with 968 additions and 29 deletions

View file

@ -203,7 +203,7 @@ internal class DefaultSwapRepositoryV2 @Inject constructor(
fromDecimals = fromCryptoCurrency.decimals,
toDecimals = toCryptoCurrency.decimals,
fromAmount = fromAmount,
providerId = expressProvider.name,
providerId = expressProvider.providerId,
rateType = rateType.name.lowercase(),
requestId = requestId,
refundAddress = refundData?.refundAddress,