mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
add new onion addresses for mainnet seed nodes for v 0.3.3
This commit is contained in:
parent
a856fa36d3
commit
2af38f70d6
1 changed files with 4 additions and 4 deletions
|
@ -16,10 +16,10 @@ public class SeedNodesRepository {
|
|||
// regtest use port 8002
|
||||
private Set<NodeAddress> torSeedNodeAddresses = Sets.newHashSet(
|
||||
// mainnet
|
||||
new NodeAddress("lih5zsr2bvxi24pk.onion:8000"),
|
||||
new NodeAddress("s5xpstlooosehtxm.onion:8000"),
|
||||
new NodeAddress("izs5oz7i5ta7c2ir.onion:8000"),
|
||||
|
||||
new NodeAddress("oyyii5ogv7y7iadi.onion:8000"),
|
||||
new NodeAddress("ugcro2f5xnkguash.onion:8000"),
|
||||
new NodeAddress("qarhpdsl6mfhbnud.onion:8000"),
|
||||
|
||||
// testnet
|
||||
new NodeAddress("znmy44wcstn2rkva.onion:8001"),
|
||||
new NodeAddress("zvn7umikgxml6x6h.onion:8001"),
|
||||
|
|
Loading…
Add table
Reference in a new issue