mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Add new seed node
This commit is contained in:
parent
1c357f915d
commit
7cb8e02e9f
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ public class CoreSeedNodesRepository implements SeedNodesRepository {
|
|||
new NodeAddress("5quyxpxheyvzmb2d.onion:8000"), // @mrosseel
|
||||
new NodeAddress("ef5qnzx6znifo3df.onion:8000"), // @alexej996
|
||||
new NodeAddress("s67qglwhkgkyvr74.onion:8000"), // @emzy
|
||||
|
||||
new NodeAddress("tflzvr2yrdp3u4ib.onion:8000"), // @emzy
|
||||
|
||||
//TODO dev
|
||||
// local dev
|
||||
|
|
|
@ -34,7 +34,7 @@ import java.util.stream.Collectors;
|
|||
@Slf4j
|
||||
public class ProvidersRepository {
|
||||
private static final String NODES = "http://xc3nh4juf2hshy7e.onion/, " + // @emzy
|
||||
"http://ceaanhbvluug4we6.onion/"; // @mrosseel OK
|
||||
"http://ceaanhbvluug4we6.onion/"; // @mrosseel
|
||||
// old nodes
|
||||
// private static final String NODES = "http://44mgyoe2b6oqiytt.onion/, http://5bmpx76qllutpcyp.onion/";
|
||||
private final String providersFromProgramArgs;
|
||||
|
|
Loading…
Add table
Reference in a new issue