Skip to content

Commit

Permalink
Updated nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
hypermoist committed Feb 17, 2017
1 parent 42d04f7 commit 71a7308
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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 4
versionName "v1.0.2"
versionCode 5
versionName "v1.0.3"
}

buildTypes {
Expand Down
3 changes: 2 additions & 1 deletion wallet/src/main/java/com/crownpay/wallet/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ 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("coinomi.moist.ga", 50001))
new CoinAddress(CrownMain.get(), new ServerAddress("electrum.buddingbotanicals.com", 50001),
new ServerAddress("crwelectrum.infernopool.com", 50001))
);

public static final HashMap<CoinType, Integer> COINS_ICONS;
Expand Down

0 comments on commit 71a7308

Please sign in to comment.