Updated on 2026-08-14

This commit is contained in:
Tangem 2023-07-31 20:30:29 +03:00
parent 2aeea6c534
commit 0a4945b2d8

View file

@ -35,7 +35,7 @@ object HomeMiddleware {
val handler = homeMiddleware
const val BUY_WALLET_URL = "https://tangem.com/ru/resellers/"
const val NEW_BUY_WALLET_URL = "https://buy.tangem.com/ru/"
const val NEW_BUY_WALLET_URL = "https://buy.tangem.com/"
}
private val homeMiddleware: Middleware<AppState> = { _, _ ->