diff --git a/core/src/main/java/bisq/core/provider/ProvidersRepository.java b/core/src/main/java/bisq/core/provider/ProvidersRepository.java index 9eaecac75aa..716a0c8d209 100644 --- a/core/src/main/java/bisq/core/provider/ProvidersRepository.java +++ b/core/src/main/java/bisq/core/provider/ProvidersRepository.java @@ -110,7 +110,7 @@ private void fillProviderList() { // 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 // providerAsString = Collections.singletonList("http://localhost:8080/"); - providers = Collections.singletonList("http://174.138.104.137:8080/"); // @miker + providers = Collections.singletonList("https://price.bisq.wiz.biz/"); // @wiz } else { providers = DEFAULT_NODES; }