mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Merge pull request #4418 from wiz/update-devmode-pricenode
Add clearnet pricenode URL for devmode usage
This commit is contained in:
commit
94b8b69310
@ -110,7 +110,7 @@ public class ProvidersRepository {
|
||||
// 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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user