Skip to content

Commit

Permalink
Added proper logos for crw, added new nodes for electrum connection
Browse files Browse the repository at this point in the history
  • Loading branch information
hypermoist committed Feb 24, 2017
1 parent 71a7308 commit a415c51
Show file tree
Hide file tree
Showing 17 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.crownpay.wallet"
minSdkVersion 10
targetSdkVersion 23
versionCode 5
versionName "v1.0.3"
versionCode 6
versionName "v1.0.4"
}

buildTypes {
Expand Down
6 changes: 4 additions & 2 deletions wallet/src/main/java/com/crownpay/wallet/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,10 @@ public class Constants {
new ServerAddress("btc-cce-2.coinomi.net", 5001)),
new CoinAddress(BitcoinTest.get(), new ServerAddress("btc-testnet-cce-1.coinomi.net", 15001),
new ServerAddress("btc-testnet-cce-2.coinomi.net", 15001)),
new CoinAddress(CrownMain.get(), new ServerAddress("electrum.buddingbotanicals.com", 50001),
new ServerAddress("crwelectrum.infernopool.com", 50001))
new CoinAddress(CrownMain.get(), new ServerAddress("crwelectrum.infernopool.com", 50001),
new ServerAddress("crwelectrum2.infernopool.com", 50001),
new ServerAddress("crwelectrum3.infernopool.com", 50001),
new ServerAddress("crwelectrum4.infernopool.com", 50001))
);

public static final HashMap<CoinType, Integer> COINS_ICONS;
Expand Down
Binary file added wallet/src/main/res/drawable-hdpi/crown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wallet/src/main/res/drawable-ldpi/crown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wallet/src/main/res/drawable-mdpi/crown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wallet/src/main/res/drawable-xhdpi/crown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wallet/src/main/res/drawable-xxhdpi/crown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a415c51

Please sign in to comment.