Updated on 2026-08-14
This commit is contained in:
parent
c5adec154e
commit
9d14fb859f
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ sealed class SwapEvents(
|
|||
params = mapOf(
|
||||
"Send Token" to sendToken,
|
||||
"Receive Token" to receiveToken,
|
||||
"Type" to if (approveType == ApproveType.LIMITED) "Current Transaction" else "Unlimited"
|
||||
"Type" to if (approveType == ApproveType.LIMITED) "Current Transaction" else "Unlimited",
|
||||
),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue