Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-18 21:17:41 +01:00
parent c58110a78b
commit 463e5b1d52
4 changed files with 8 additions and 2 deletions

View file

@ -249,6 +249,7 @@ internal class DefaultSwapRepository @Inject constructor(
fromContractAddress: String,
fromNetwork: String,
toContractAddress: String,
fromAddress: String,
toNetwork: String,
fromAmount: String,
fromDecimals: Int,
@ -266,6 +267,7 @@ internal class DefaultSwapRepository @Inject constructor(
fromContractAddress = fromContractAddress,
fromNetwork = fromNetwork,
toContractAddress = toContractAddress,
fromAddress = fromAddress,
toNetwork = toNetwork,
fromAmount = fromAmount,
fromDecimals = fromDecimals,