Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-05 16:11:05 +05:00
parent 4aa09819aa
commit 98fee821fa
9 changed files with 73 additions and 11 deletions

View file

@ -162,6 +162,12 @@ internal object OnrampDomainModule {
return OnrampSaveSelectedPaymentMethod(onrampRepository)
}
@Provides
@Singleton
fun provideOnrampFetchPairsUseCase(onrampRepository: OnrampRepository): OnrampFetchPairsUseCase {
return OnrampFetchPairsUseCase(onrampRepository)
}
@Provides
@Singleton
fun provideGetOnrampRedirectUrlUseCase(