update wallet servers
Not sure where spv3 will be yet. We can probably repurpose lbryumx2/3/4 once we go live, so we'll make sure to add those before release.
This commit is contained in:
parent
81e061af30
commit
756d17bada
1 changed files with 3 additions and 3 deletions
|
@ -529,9 +529,9 @@ class Config(CLIConfig):
|
||||||
('reflector.lbry.com', 5566)
|
('reflector.lbry.com', 5566)
|
||||||
])
|
])
|
||||||
lbryum_servers = Servers("SPV wallet servers", [
|
lbryum_servers = Servers("SPV wallet servers", [
|
||||||
('lbryumx1.lbry.com', 50001), # US EAST
|
('spv1.lbry.com', 50001), # US EAST
|
||||||
('lbryumx2.lbry.com', 50001), # US EAST
|
('spv2.lbry.com', 50001), # EU
|
||||||
('lbryumx4.lbry.com', 50001) #EU
|
('spv3.lbry.com', 50001) # TBD
|
||||||
])
|
])
|
||||||
known_dht_nodes = Servers("Known nodes for bootstrapping connection to the DHT", [
|
known_dht_nodes = Servers("Known nodes for bootstrapping connection to the DHT", [
|
||||||
('lbrynet1.lbry.com', 4444), # US EAST
|
('lbrynet1.lbry.com', 4444), # US EAST
|
||||||
|
|
Loading…
Reference in a new issue