Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-17 11:20:04 +03:00
parent 30011acc2e
commit 01c539a111
9 changed files with 9 additions and 4 deletions

View file

@ -5,6 +5,7 @@ import com.tangem.core.configtoggle.blockchain.ExcludedBlockchainsManager
import org.jetbrains.annotations.TestOnly
import javax.inject.Inject
@Suppress("MemberNameEqualsClassName")
class ExcludedBlockchains @Inject internal constructor(
private val excludedBlockchainsManager: ExcludedBlockchainsManager,
) : Set<Blockchain> {