This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use local seed list if peer discovery fails (#1924)
- Loading branch information
1 parent
6fcf597
commit 1f9ba7f
Showing
4 changed files
with
339 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[{ | ||
"ip": "167.114.29.51", | ||
"port": 4002 | ||
}, | ||
{ | ||
"ip": "167.114.29.52", | ||
"port": 4002 | ||
}, | ||
{ | ||
"ip": "167.114.29.53", | ||
"port": 4002 | ||
}, | ||
{ | ||
"ip": "167.114.29.54", | ||
"port": 4002 | ||
}, | ||
{ | ||
"ip": "167.114.29.55", | ||
"port": 4002 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export const fallbackSeeds = { | ||
'ark.mainnet': require('./mainnet.json'), | ||
'ark.devnet': require('./devnet.json') | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,257 @@ | ||
[{ | ||
"ip": "5.196.105.32", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.196.105.33", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.196.105.34", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.196.105.35", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.196.105.36", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.196.105.37", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.196.105.38", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.196.105.39", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "178.32.65.136", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "178.32.65.137", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "178.32.65.138", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "178.32.65.139", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "178.32.65.140", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "178.32.65.141", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "178.32.65.142", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "178.32.65.143", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.196.105.40", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.196.105.41", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.196.105.42", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.196.105.43", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.196.105.44", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.196.105.45", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.196.105.46", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.196.105.47", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "54.38.120.32", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "54.38.120.33", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "54.38.120.34", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "54.38.120.35", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "54.38.120.36", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "54.38.120.37", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "54.38.120.38", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "54.38.120.39", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "151.80.125.32", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "151.80.125.33", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "151.80.125.34", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "151.80.125.35", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "151.80.125.36", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "151.80.125.37", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "151.80.125.38", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "151.80.125.39", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "213.32.41.104", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "213.32.41.105", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "213.32.41.106", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "213.32.41.107", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "213.32.41.108", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "213.32.41.109", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "213.32.41.110", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "213.32.41.111", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.135.22.92", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.135.22.93", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.135.22.94", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.135.22.95", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.135.52.96", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.135.52.97", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.135.52.98", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "5.135.52.99", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "51.255.105.52", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "51.255.105.53", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "51.255.105.54", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "51.255.105.55", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "46.105.160.104", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "46.105.160.105", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "46.105.160.106", | ||
"port": 4001 | ||
}, | ||
{ | ||
"ip": "46.105.160.107", | ||
"port": 4001 | ||
} | ||
] |