flockstr/constants/relays.ts

10 lines
201 B
TypeScript
Raw Permalink Normal View History

2023-10-13 09:23:11 -04:00
export const RELAYS = [
2023-10-16 00:28:09 -04:00
"wss://nostr.mom",
"wss://nos.lol",
2023-10-15 22:15:49 -04:00
"wss://nostr.wine",
2023-10-16 00:28:09 -04:00
"wss://relay.damus.io",
"wss://nostr.swiss-enigma.ch",
2023-10-30 11:28:55 -04:00
"wss://relay.nostr.band",
"wss://relayable.org",
2023-10-15 22:15:49 -04:00
];