Updated on 2026-08-14

This commit is contained in:
Tangem 2025-01-23 14:15:07 +05:00
commit a71a2a6686
11 changed files with 22 additions and 2 deletions

View file

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

View file

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