Skip to content

Commit

Permalink
add s1.lbry.network
Browse files Browse the repository at this point in the history
  • Loading branch information
lyoshenka authored and eukreign committed Jan 23, 2023
1 parent 77cd2a3 commit 3266f72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lbry/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@ class Config(CLIConfig):
('tracker.lbry.grin.io', 9252),
('tracker.lbry.pigg.es', 9252),
('tracker.lizard.technology', 9252),
('s1.lbry.network', 9252),
])

lbryum_servers = Servers("SPV wallet servers", [
Expand All @@ -704,6 +705,7 @@ class Config(CLIConfig):
('spv19.lbry.com', 50001),
('hub.lbry.grin.io', 50001),
('hub.lizard.technology', 50001),
('s1.lbry.network', 50001),
])
known_dht_nodes = Servers("Known nodes for bootstrapping connection to the DHT", [
('dht.lbry.grin.io', 4444), # Grin
Expand All @@ -714,6 +716,7 @@ class Config(CLIConfig):
('lbrynet3.lbry.com', 4444), # EU
('lbrynet4.lbry.com', 4444), # ASIA
('dht.lizard.technology', 4444), # Jack
('s1.lbry.network', 4444),
])

# blockchain
Expand Down

0 comments on commit 3266f72

Please sign in to comment.