Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-24 12:53:02 +05:00
parent 43d3520718
commit dbc325216e
9 changed files with 127 additions and 4 deletions

View file

@ -265,6 +265,11 @@ sealed class NotificationUM(val config: NotificationConfig) {
title = resourceReference(id = R.string.selling_insufficient_balance_alert_title),
subtitle = resourceReference(id = R.string.selling_insufficient_balance_alert_message),
)
data class YieldSupplyIsActive(val tokenName: String) : Warning(
title = resourceReference(id = R.string.yield_module_balance_info_sheet_title, wrappedList(tokenName)),
subtitle = resourceReference(id = R.string.yield_module_balance_info_sheet_subtitle),
)
}
open class Info(