Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-06 15:48:42 +07:00
parent ee3ca5315e
commit db7aa562c1
10 changed files with 43 additions and 1 deletions

View file

@ -143,5 +143,6 @@ internal val Blockchain.mercuryoNetwork: String?
Blockchain.Unknown -> null
Blockchain.Xodex -> null
Blockchain.Canxium -> null
Blockchain.Clore -> null
}
}

View file

@ -144,4 +144,5 @@ internal val Blockchain.moonPaySupportedCurrency: MoonPaySupportedCurrency?
Unknown -> null
Xodex -> null
Canxium -> null
Clore -> null
}