Updated on 2026-08-14

This commit is contained in:
Tangem 2025-01-21 19:25:56 +05:00
parent 2709b9d5b4
commit a7191087a4
10 changed files with 21 additions and 1 deletions

View file

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

View file

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