Updated on 2026-08-14

This commit is contained in:
Tangem 2025-01-23 18:16:59 +03:00
parent 2b2a8e69eb
commit f99b66a8b2
10 changed files with 85 additions and 45 deletions

View file

@ -3,4 +3,6 @@ package com.tangem.features.onramp
interface OnrampFeatureToggles {
val isFeatureEnabled: Boolean
val isHotTokensEnabled: Boolean
}