Skip to content

Commit

Permalink
Add 2 new BTC nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
runbtc authored Aug 10, 2024
1 parent bbd53f1 commit 4bdc185
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/main/java/bisq/core/btc/nodes/BtcNodes.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ public List<BtcNode> getProvidedBtcNodes() {
new BtcNode(null, "ybryiy2k4p4pery4qseap4iu2rxput2akuvpvczwvg4eyfafcdsvyqid.onion", null, BtcNode.DEFAULT_PORT, "@suddenwhipvapor"),

// runbtc
new BtcNode(null, "runbtcnd22qxdwlmhzsrw6zyfmkivuy5nuqbhasaztekildcxc7lseyd.onion", null, BtcNode.DEFAULT_PORT, "@runbtc")
new BtcNode(null, "runbtcnd22qxdwlmhzsrw6zyfmkivuy5nuqbhasaztekildcxc7lseyd.onion", null, BtcNode.DEFAULT_PORT, "@runbtc"),
new BtcNode(null, "runbtcnd7trpbqkvqa4qwg2s6cnlnyc2ajxk5nxh2znk7fkrphysn4ad.onion", null, BtcNode.DEFAULT_PORT, "@runbtc"),
new BtcNode(null, "runbtcndu6cirobkbrpfr3lyagmokzuvp2bxep7thzg6pdmn3mir36yd.onion", null, BtcNode.DEFAULT_PORT, "@runbtc")
) :
new ArrayList<>();
}
Expand Down

0 comments on commit 4bdc185

Please sign in to comment.