Updated on 2026-08-14
This commit is contained in:
parent
d3d8dc8cc0
commit
a61968c26c
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ internal open class TokenDetailsAnalyticsEvent(
|
|||
)
|
||||
|
||||
class Reveal(currency: CryptoCurrency) : Notice(
|
||||
event = "Notice - Reveal Transaction",
|
||||
event = "Reveal Transaction",
|
||||
params = currency.toAnalyticsParams(),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ import com.tangem.domain.tokens.model.CryptoCurrency
|
|||
internal fun CryptoCurrency.toAnalyticsParams(): Map<String, String> {
|
||||
return mapOf(
|
||||
"Token" to symbol,
|
||||
"Blockchain" to network.currencySymbol,
|
||||
"Blockchain" to network.name,
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue