Updated on 2026-08-14

This commit is contained in:
Tangem 2024-10-07 15:32:56 +04:00
parent 3993e1d690
commit bb58d027c6
19 changed files with 200 additions and 19 deletions

View file

@ -123,6 +123,14 @@ internal object SettingsDomainModule {
return ShouldShowSwapPromoWalletUseCase(promoSettingsRepository)
}
@Provides
@Singleton
fun provideShouldShowRingPromoUseCase(
promoSettingsRepository: PromoSettingsRepository,
): ShouldShowRingPromoUseCase {
return ShouldShowRingPromoUseCase(promoSettingsRepository)
}
@Provides
@Singleton
fun provideShouldShowTravalaPromoWalletUseCase(