mirror of
https://github.com/github-tijlxyz/khatru-pyramid.git
synced 2025-04-19 18:31:18 +00:00
stop using nostr.band so much.
This commit is contained in:
parent
f7f7a2e1bb
commit
ccca59b671
4
nostr.go
4
nostr.go
@ -14,7 +14,7 @@ var sys = sdk.System{
|
||||
MetadataCache: cache_memory.New32[sdk.ProfileMetadata](1000),
|
||||
FollowsCache: cache_memory.New32[[]sdk.Follow](1),
|
||||
RelayListRelays: []string{"wss://purplepag.es", "wss://relay.nostr.band"},
|
||||
FollowListRelays: []string{"wss://public.relaying.io", "wss://relay.nostr.band"},
|
||||
MetadataRelays: []string{"wss://nostr-pub.wellorder.net", "wss://purplepag.es", "wss://relay.nostr.band"},
|
||||
FollowListRelays: []string{"wss://public.relaying.io", "wss://nos.lol"},
|
||||
MetadataRelays: []string{"wss://nostr-pub.wellorder.net", "wss://purplepag.es", "wss://relay.noswhere.com"},
|
||||
Store: &db,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user