diff --git a/lbrynet/conf.py b/lbrynet/conf.py index 37adc9d56..ee73b36bd 100644 --- a/lbrynet/conf.py +++ b/lbrynet/conf.py @@ -529,9 +529,9 @@ class Config(CLIConfig): ('reflector.lbry.com', 5566) ]) lbryum_servers = Servers("SPV wallet servers", [ - ('lbryumx1.lbry.com', 50001), # US EAST - ('lbryumx2.lbry.com', 50001), # US EAST - ('lbryumx4.lbry.com', 50001) #EU + ('spv1.lbry.com', 50001), # US EAST + ('spv2.lbry.com', 50001), # EU + ('spv3.lbry.com', 50001) # TBD ]) known_dht_nodes = Servers("Known nodes for bootstrapping connection to the DHT", [ ('lbrynet1.lbry.com', 4444), # US EAST