Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-01 17:39:17 +04:00
parent dfc3dbc324
commit 513e0a4d7c
20 changed files with 460 additions and 294 deletions

View file

@ -28,10 +28,6 @@ class ExcludedBlockchains @Inject internal constructor(
excludedBlockchainsManager = object : ExcludedBlockchainsManager {
override val excludedBlockchainsIds: Set<String> = emptySet()
override suspend fun init() {
/* no-op */
}
},
)