version and faucet changes
This commit is contained in:
parent
0c583fff18
commit
493b00c4f8
3 changed files with 4 additions and 4 deletions
|
@ -15,8 +15,8 @@ android {
|
|||
applicationId "cy.agorise.crystalwallet"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 27
|
||||
versionCode 2
|
||||
versionName "0.2M.alpha"
|
||||
versionCode 4
|
||||
versionName "0.4M.alpha"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
useSupportLibrary true
|
||||
|
|
|
@ -219,7 +219,7 @@ public abstract class BitsharesFaucetApiGenerator {
|
|||
|
||||
public interface IWebService {
|
||||
@Headers({"Content-Type: application/json"})
|
||||
@POST("/faucet/api/v1/accounts")
|
||||
@POST("/api/v1/accounts")
|
||||
Call<RegisterAccountResponse> getReg(@Body Map<String, HashMap> params);
|
||||
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@ public abstract class BitsharesConstant {
|
|||
|
||||
//testnet faucet
|
||||
//public final static String FAUCET_URL = "http://185.208.208.147:5010";
|
||||
public final static String FAUCET_URL = "https://de.palmpay.io";
|
||||
public final static String FAUCET_URL = "https://faucet.palmpay.io";
|
||||
public final static String EQUIVALENT_URL = "wss://bitshares.openledger.info/ws";
|
||||
|
||||
public final static BitsharesAsset[] SMARTCOINS = new BitsharesAsset[]{
|
||||
|
|
Loading…
Reference in a new issue