Updated on 2026-08-14

This commit is contained in:
Tangem 2024-02-15 09:22:30 +03:00
parent 76c64ef543
commit c3fa13f53d
5 changed files with 10 additions and 6 deletions

View file

@ -67,6 +67,6 @@ interface ExchangeUrlBuilder {
companion object {
const val SCHEME = "https"
const val SUCCESS_URL = "tangem://success.tangem.com"
const val SUCCESS_URL = "https://tangem.com/success"
}
}