Updated on 2026-08-14

This commit is contained in:
Tangem 2025-01-15 17:23:49 +07:00
parent 273ef2f977
commit dbdae771ad
9 changed files with 18 additions and 2 deletions

View file

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

View file

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