Updated on 2026-08-14
This commit is contained in:
parent
d8a05732ee
commit
90e783441c
14 changed files with 77 additions and 2 deletions
|
|
@ -95,6 +95,8 @@ internal val Blockchain.mercuryoNetwork: String?
|
|||
Blockchain.HederaTestnet -> null
|
||||
Blockchain.Aurora -> null
|
||||
Blockchain.AuroraTestnet -> null
|
||||
Blockchain.Alephium -> null
|
||||
Blockchain.AlephiumTestnet -> null
|
||||
Blockchain.Areon -> null
|
||||
Blockchain.AreonTestnet -> null
|
||||
Blockchain.PulseChain -> null
|
||||
|
|
|
|||
|
|
@ -45,6 +45,8 @@ internal val Blockchain.moonPaySupportedCurrency: MoonPaySupportedCurrency?
|
|||
Core -> MoonPaySupportedCurrency(networkCode = "core", currencyCode = "core")
|
||||
Chiliz -> MoonPaySupportedCurrency(networkCode = "ethereum", currencyCode = "chz")
|
||||
ArbitrumTestnet -> null
|
||||
Alephium -> null
|
||||
AlephiumTestnet -> null
|
||||
AvalancheTestnet -> null
|
||||
BinanceTestnet -> null
|
||||
BSCTestnet -> null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue