Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-14 13:41:35 +04:00
parent 0ced6def88
commit 3ed3dc91b1
3 changed files with 8 additions and 0 deletions

View file

@ -8,4 +8,7 @@ internal class DefaultYieldSupplyFeatureToggles(
) : YieldSupplyFeatureToggles {
override val isYieldSupplyFeatureEnabled: Boolean
get() = featureToggles.isFeatureEnabled("YIELD_SUPPLY_FEATURE_ENABLED")
override val isYieldSupplyPendingTransactionsEnabled: Boolean
get() = featureToggles.isFeatureEnabled("YIELD_SUPPLY_PENDING_TRANSACTIONS_ENABLED")
}