Skip to content

Commit 7db0af5

Browse files
remove local proxy and bump ver
1 parent 83135c7 commit 7db0af5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

wallet/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
targetSdkVersion 35
1717
compileSdkVersion 35
1818
ndkVersion "21.3.6528147" //shouldn't matter but gradle complains
19-
versionCode 23008
20-
versionName "v3.1"
19+
versionCode 23030
20+
versionName "v3.2"
2121
ndk {
2222
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64'
2323
}

wallet/src/main/java/com/vergepay/wallet/Constants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ public class Constants {
110110
new ServerAddress("ltc-testnet-cce-2.verge.net", 15002)),
111111
new CoinAddress(NxtMain.get(), new ServerAddress("176.9.65.41", 7876),
112112
new ServerAddress("176.9.65.41", 7876)),
113-
new CoinAddress(VergeMain.get(), new ServerAddress("7eagtn6nsmlyjhjv647ejj4j4orgb2cotoc5dl73qpamhvbvioao4zad.onion", 50001, TOR_LOCAL_PROXY),
114-
new ServerAddress("7eagtn6nsmlyjhjv647ejj4j4orgb2cotoc5dl73qpamhvbvioao4zad.onion", 50001, TOR_LOCAL_PROXY)) //add v3 electrum
113+
new CoinAddress(VergeMain.get(), new ServerAddress("7eagtn6nsmlyjhjv647ejj4j4orgb2cotoc5dl73qpamhvbvioao4zad.onion", 50001),
114+
new ServerAddress("7eagtn6nsmlyjhjv647ejj4j4orgb2cotoc5dl73qpamhvbvioao4zad.onion", 50001)) //add v3 electrum
115115
);
116116

117117
public static final HashMap<CoinType, Integer> COINS_ICONS;

0 commit comments

Comments
 (0)