Updated on 2026-08-14

This commit is contained in:
Tangem 2019-01-13 15:11:29 +03:00
parent 07bc724ecd
commit 75f19d41f4
278 changed files with 19571 additions and 206 deletions

View file

@ -15,7 +15,7 @@ public enum Blockchain {
BitcoinCash("BCH", "BCH", R.drawable.ic_logo_bitcoin_cash, "Bitcoin Cash"),
Litecoin("LTC", "LTC", R.drawable.ic_logo_bitcoin, "Litecoin"),
Stellar("XLM", "XLM", R.drawable.ic_logo_stellar, "Stellar Lumens"),
StellarTestNet("XLM/test", "XLM", R.drawable.ic_logo_bitcoin, "Stellar Lumens");
StellarTestNet("XLM/test", "XLM", R.drawable.ic_logo_stellar, "Stellar Lumens");
Blockchain(String ID, String currency, int imageResource, String officialName) {
mID = ID;
mCurrency = currency;