Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-25 19:06:21 +04:00
parent ff5df41d6a
commit 1626270ae9
17 changed files with 118 additions and 2 deletions

View file

@ -164,4 +164,6 @@ internal val Blockchain.moonPaySupportedCurrency: MoonPaySupportedCurrency?
ArbitrumNova -> null
Plasma, PlasmaTestnet -> null
Monad, MonadTestnet -> null
Berachain -> MoonPaySupportedCurrency(networkCode = "berachain", currencyCode = "bera_bera")
BerachainTestnet -> null
}