Skip to content

Commit

Permalink
Added hub.xrpl-commons.org to bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokeiito committed Jan 30, 2025
1 parent 3d02580 commit 37edb1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cfg/rippled-example.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@
# - r.ripple.com 51235
# - sahyadri.isrdc.in 51235
# - hubs.xrpkuwait.com 51235
# - hub.xrpl-commons.org 51235
#
# Examples:
#
Expand Down
3 changes: 3 additions & 0 deletions src/xrpld/overlay/detail/OverlayImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,9 @@ OverlayImpl::start()

// Pool of servers operated by @Xrpkuwait - https://xrpkuwait.com
bootstrapIps.push_back("hubs.xrpkuwait.com 51235");

// Pool of servers operated by XRPL Commons - https://xrpl-commons.org
bootstrapIps.push_back("hub.xrpl-commons.org 51235");
}

m_resolver.resolve(
Expand Down

0 comments on commit 37edb1a

Please sign in to comment.