update price server links
This commit is contained in:
parent
06c2ce432b
commit
11c3a786c9
@ -35,7 +35,7 @@ import javax.annotation.Nullable;
|
|||||||
@Slf4j
|
@Slf4j
|
||||||
public class ProvidersRepository {
|
public class ProvidersRepository {
|
||||||
private static final List<String> DEFAULT_NODES = List.of(
|
private static final List<String> DEFAULT_NODES = List.of(
|
||||||
"http://gbmks3wzvdzu5xq6gnqpj2qz3262tcr36iltagk37udcbwzsbfazq3yd.onion/" // Haveno
|
"http://a66ulzwhhudtqy6k2efnhodj2n6wnc5mnzjs3ocqtf47lwtcuo4wxyqd.onion/" // Haveno
|
||||||
);
|
);
|
||||||
|
|
||||||
private final Config config;
|
private final Config config;
|
||||||
@ -103,8 +103,10 @@ public class ProvidersRepository {
|
|||||||
if (useLocalhostForP2P) {
|
if (useLocalhostForP2P) {
|
||||||
// If we run in localhost mode we don't have the tor node running, so we need a clearnet host
|
// If we run in localhost mode we don't have the tor node running, so we need a clearnet host
|
||||||
// Use localhost for using a locally running provider
|
// Use localhost for using a locally running provider
|
||||||
|
providers = List.of(
|
||||||
providers = List.of("http://localhost:8078/", "https://price.haveno.network/");
|
"http://localhost:8078/",
|
||||||
|
"https://price.haveno.network/",
|
||||||
|
"http://173.230.142.36:8080/");
|
||||||
} else {
|
} else {
|
||||||
providers = DEFAULT_NODES;
|
providers = DEFAULT_NODES;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user