Updated on 2026-08-14
This commit is contained in:
parent
b535ca1558
commit
9a574200b5
9 changed files with 191 additions and 11 deletions
|
|
@ -96,4 +96,10 @@ internal object ManageTokensDomainModule {
|
|||
fun provideCheckHasLinkedTokensUseCase(repository: ManageTokensRepository): CheckHasLinkedTokensUseCase {
|
||||
return CheckHasLinkedTokensUseCase(repository)
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideCheckCurrencyUnsupportedUseCase(repository: ManageTokensRepository): CheckCurrencyUnsupportedUseCase {
|
||||
return CheckCurrencyUnsupportedUseCase(repository)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue