mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-13 08:55:31 -04:00
v0.3.4
This commit is contained in:
parent
96090b71ad
commit
86284fe644
30 changed files with 135 additions and 115 deletions
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>parent</artifactId>
|
||||
<groupId>io.bitsquare</groupId>
|
||||
<version>0.3.4-SNAPSHOT</version>
|
||||
<version>0.3.4</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -16,11 +16,12 @@ public class SeedNodesRepository {
|
|||
// regtest use port 8002
|
||||
private Set<NodeAddress> torSeedNodeAddresses = Sets.newHashSet(
|
||||
// mainnet
|
||||
// 0.3.3
|
||||
// v0.3.3
|
||||
/* new NodeAddress("oyyii5ogv7y7iadi.onion:8000"),
|
||||
new NodeAddress("ugcro2f5xnkguash.onion:8000"),
|
||||
new NodeAddress("qarhpdsl6mfhbnud.onion:8000"),*/
|
||||
|
||||
// v0.3.4
|
||||
new NodeAddress("lih5zsr2bvxi24pk.onion:8000"),
|
||||
new NodeAddress("s5xpstlooosehtxm.onion:8000"),
|
||||
new NodeAddress("izs5oz7i5ta7c2ir.onion:8000"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue