Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-20 15:08:31 +03:00
parent 92b1376868
commit 510a07f8af

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,
)