Updated on 2026-08-14

This commit is contained in:
Tangem 2025-02-06 18:53:34 +05:00
parent fc92be4f76
commit da84942643
11 changed files with 24 additions and 6 deletions

View file

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

View file

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