Skip to content

Commit

Permalink
Add node of btcNodl
Browse files Browse the repository at this point in the history
Signed-off-by: HenrikJannsen <[email protected]>
  • Loading branch information
HenrikJannsen committed Jun 11, 2024
1 parent e263e8b commit a5eb267
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/main/java/bisq/core/btc/nodes/BtcNodes.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ public List<BtcNode> getProvidedBtcNodes() {
// node_op_324
new BtcNode(null, "sb3ztxcbuxaq5ipju3oxly2d7hylyvdxazdqfdjpyvuj6ni6rvbcdsad.onion", null, BtcNode.DEFAULT_PORT, "@node_op_324"),

// btcNodl
new BtcNode(null, "2oalsctcn76axnrnaqjddiiu5qhrc7hv3raik2lyfxb7eoktk4vw6sad.onion", null, BtcNode.DEFAULT_PORT, "@btcNodl"),

// runbtc
new BtcNode(null, "runbtcnd22qxdwlmhzsrw6zyfmkivuy5nuqbhasaztekildcxc7lseyd.onion", null, BtcNode.DEFAULT_PORT, "@runbtc")
) :
Expand Down

0 comments on commit a5eb267

Please sign in to comment.