Updated on 2026-08-14
This commit is contained in:
parent
c58110a78b
commit
463e5b1d52
4 changed files with 8 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue