mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-16 15:58:08 +00:00
update price node address
Some checks are pending
Some checks are pending
This commit is contained in:
parent
4821a8d284
commit
6675390e20
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ import lombok.extern.slf4j.Slf4j;
|
|||
public class ProvidersRepository {
|
||||
private static final List<String> DEFAULT_NODES = Arrays.asList(
|
||||
"http://elaxlgigphpicy5q7pi5wkz2ko2vgjbq4576vic7febmx4xcxvk6deqd.onion/", // Haveno
|
||||
"http://a66ulzwhhudtqy6k2efnhodj2n6wnc5mnzjs3ocqtf47lwtcuo4wxyqd.onion/" // Cake
|
||||
"http://lrrgpezvdrbpoqvkavzobmj7dr2otxc5x6wgktrw337bk6mxsvfp5yid.onion/" // Cake
|
||||
);
|
||||
|
||||
private final Config config;
|
||||
|
|
Loading…
Reference in a new issue