Updated on 2026-08-14

This commit is contained in:
Tangem 2025-01-14 12:48:18 +05:00
parent 8d02ac6406
commit 6111067060
10 changed files with 80 additions and 12 deletions

View file

@ -147,5 +147,6 @@ internal val Blockchain.mercuryoNetwork: String?
Blockchain.Xodex -> null
Blockchain.Canxium -> null
Blockchain.Clore -> null
Blockchain.OdysseyChain, Blockchain.OdysseyChainTestnet -> null
}
}

View file

@ -148,4 +148,5 @@ internal val Blockchain.moonPaySupportedCurrency: MoonPaySupportedCurrency?
Clore -> null
VanarChain -> null
VanarChainTestnet -> null
OdysseyChain, OdysseyChainTestnet -> null
}