Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-15 13:26:18 +04:00
parent 4ee114e3cd
commit 50dca50508
12 changed files with 460 additions and 8 deletions

View file

@ -301,6 +301,12 @@ sealed class NotificationUM(val config: NotificationConfig) {
),
subtitle = TextReference.EMPTY,
)
data object YieldSupplyHighNetworkFee : Info(
title = resourceReference(id = R.string.yield_module_high_network_fees_notification_title),
subtitle = resourceReference(id = R.string.yield_module_high_network_fees_notification_description),
iconTint = NotificationConfig.IconTint.Accent,
)
}
sealed interface Cardano {