Skip to content

Commit

Permalink
fetch: more places to fetch relay lists from.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Jan 2, 2024
1 parent 8373da6 commit 16c1e79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ var fetch = &cli.Command{
pool := nostr.NewSimplePool(c.Context)
if authorHint != "" {
relayList := sdk.FetchRelaysForPubkey(c.Context, pool, authorHint,
"wss://purplepag.es", "wss://offchain.pub", "wss://public.relaying.io")
"wss://purplepag.es", "wss://relay.damus.io", "wss://relay.noswhere.com",
"wss://nos.lol", "wss://public.relaying.io", "wss://relay.nostr.band")
for _, relayListItem := range relayList {
if relayListItem.Outbox {
relays = append(relays, relayListItem.URL)
Expand Down

0 comments on commit 16c1e79

Please sign in to comment.