Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2708 from golemfactory/b0.15.1_mainnet_seeds
Browse files Browse the repository at this point in the history
Mainnet seeds
  • Loading branch information
mfranciszkiewicz authored Apr 24, 2018
2 parents 12b5549 + 07f0538 commit 97af581
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions golem/network/p2p/p2pservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@

MAINNET_SEEDS = [
('seeds.golem.network', 40102),
('0.seeds.golem.network', 40102),
('1.seeds.golem.network', 40102),
('2.seeds.golem.network', 40102),
('3.seeds.golem.network', 40102),
('4.seeds.golem.network', 40102),
('5.seeds.golem.network', 40102),
]


Expand Down

0 comments on commit 97af581

Please sign in to comment.