Updated on 2026-08-14

This commit is contained in:
Tangem 2023-09-21 17:15:05 +03:00
parent 879c8d603b
commit af8fc1732d
14 changed files with 215 additions and 187 deletions

View file

@ -9,7 +9,7 @@ import java.math.BigDecimal
@Suppress("LargeClass")
class DemoConfig {
val demoBlockchains = listOf(
val demoBlockchains = setOf(
Blockchain.Bitcoin,
Blockchain.Ethereum,
Blockchain.Dogecoin,