mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 10:22:18 +01:00
added local doge mainnet seed node
This commit is contained in:
parent
fc1c20d154
commit
196256f309
@ -39,7 +39,8 @@ public class SeedNodesRepository {
|
||||
new NodeAddress("vlzlf3vs6yisxl4a.onion:8003"),
|
||||
|
||||
// DOGE mainnet
|
||||
new NodeAddress("iouuvpjnqjw4t3mp.onion:8006")
|
||||
new NodeAddress("iouuvpjnqjw4t3mp.onion:8006"),
|
||||
new NodeAddress("6kdjei7twxj45j43.onion:8006")
|
||||
);
|
||||
|
||||
// Addresses are used if the last digit of their port match the network id:
|
||||
|
Loading…
Reference in New Issue
Block a user