Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-20 15:43:18 +03:00
commit 022c4bf723

View file

@ -224,4 +224,6 @@ private const val NODL_AMOUNT_TO_CREATE_ACCOUNT = 1.5
private val excludedBlockchains = listOf(
Blockchain.Unknown,
Blockchain.Ducatus,
Blockchain.Decimal,
Blockchain.DecimalTestnet,
)