Updated on 2026-08-14
This commit is contained in:
parent
4ee114e3cd
commit
50dca50508
12 changed files with 460 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue