Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-25 18:06:51 +03:00
commit 642da93f97
15 changed files with 116 additions and 0 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
}