Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-13 13:43:03 +07:00
parent f3e60c8771
commit e7f65c8e85
8 changed files with 28 additions and 1 deletions

View file

@ -141,6 +141,8 @@ internal val Blockchain.mercuryoNetwork: String?
Blockchain.CoreTestnet -> null
Blockchain.Chiliz -> null
Blockchain.ChilizTestnet -> null
Blockchain.VanarChain -> null
Blockchain.VanarChainTestnet -> null
Blockchain.Unknown -> null
Blockchain.Xodex -> null
Blockchain.Canxium -> null

View file

@ -146,4 +146,6 @@ internal val Blockchain.moonPaySupportedCurrency: MoonPaySupportedCurrency?
Xodex -> null
Canxium -> null
Clore -> null
VanarChain -> null
VanarChainTestnet -> null
}