Updated on 2026-08-14
This commit is contained in:
parent
514d6f5e17
commit
d0b078a793
23 changed files with 495 additions and 141 deletions
|
|
@ -66,4 +66,11 @@ internal object NFTDomainModule {
|
|||
GetNFTNetworkStatusUseCase(
|
||||
networksRepository = networksRepository,
|
||||
)
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun providesGetNFTExploreUrlUseCase(nftRepository: NFTRepository): GetNFTExploreUrlUseCase =
|
||||
GetNFTExploreUrlUseCase(
|
||||
nftRepository = nftRepository,
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue