Updated on 2026-08-14

This commit is contained in:
Tangem 2024-06-27 16:20:37 +01:00
parent 75763fb2e0
commit b460dd5a8f
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ private const val HIDE_PROGRESS_DELAY = 400L
object HomeMiddleware {
val handler = homeMiddleware
const val NEW_BUY_WALLET_URL = "https://buy.tangem.com/"
const val NEW_BUY_WALLET_URL = "https://buy.tangem.com/?utm_source=tangem&utm_medium=app"
}
private val homeMiddleware: Middleware<AppState> = { _, _ ->

View file

@ -100,6 +100,6 @@ internal class ItemsBuilder(
)
private companion object {
const val BUY_TANGEM_URL = "https://buy.tangem.com/"
const val BUY_TANGEM_URL = "https://buy.tangem.com/?utm_source=tangem&utm_medium=app"
}
}