Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Commit 86c5b02

Browse files
authored
Merge pull request #6 from kinecosystem/update_environment
update bi link, remove production for now, update lib version
2 parents 31269dc + ffb46f4 commit 86c5b02

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ org.gradle.jvmargs=-Xmx1536m
1717
# org.gradle.parallel=true
1818

1919
SAMPLE_VERSION_NAME=0.0.35
20-
21-
KIN_ECOSYSTEM_SDK_VERSION_NAME=0.0.11
20+
KIN_ECOSYSTEM_SDK_VERSION_NAME=0.8.2
2221

2322
KIN_ECOSYSTEM_CORE_VERSION_NAME=0.0.1

kin-devplatform-sdk/src/main/java/kin/devplatform/Environment.java

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,13 @@
22

33
public class Environment implements KinEnvironment {
44

5-
private static final Environment PRODUCTION = new Environment(
6-
"https://horizon-kin-ecosystem.kininfrastructure.com/",
7-
"Public Global Kin Ecosystem Network ; June 2018",
8-
"GDF42M3IPERQCBLWFEZKQRK77JQ65SCKTU3CW36HZVCX7XX5A5QXZIVK",
9-
"https://api.kinmarketplace.com/v1",
10-
"https://cdn.kinmarketplace.com/",
11-
"https://kin-bi.appspot.com/eco_");
12-
135
private static final Environment PLAYGROUND = new Environment(
146
"https://horizon-playground.kininfrastructure.com/",
157
"Kin Playground Network ; June 2018",
168
"GBC3SG6NGTSZ2OMH3FFGB7UVRQWILW367U4GSOOF4TFSZONV42UJXUH7",
179
"https://api.developers.kinecosystem.com/v1",
1810
"https://s3.amazonaws.com/assets.kinplayground.com/web-offers/cards-based/index.html",
19-
"https://kin-bi.appspot.com/eco_play_");
11+
"https://kin-bi.appspot.com/devp_play_");
2012

2113
private final String blockchainNetworkUrl;
2214
private final String blockchainPassphrase;
@@ -65,10 +57,6 @@ public String getBiUrl() {
6557
return biUrl;
6658
}
6759

68-
public static KinEnvironment getProduction() {
69-
return PRODUCTION;
70-
}
71-
7260
public static KinEnvironment getPlayground() {
7361
return PLAYGROUND;
7462
}

0 commit comments

Comments
 (0)