25 lines
669 B
JavaScript
Raw Normal View History

2024-04-17 20:51:49 -03:00
export const relays = [
2024-04-22 19:55:49 -03:00
"wss://cache2.primal.net/v1",
2024-04-17 20:51:49 -03:00
"wss://relay.hodl.ar",
"wss://relay.current.fyi",
"wss://nostr.wine",
"wss://nostr.plebchain.org",
"wss://purplepag.es",
"wss://nos.lol",
"wss://nostr.mom",
"wss://nostrelay.yeghro.site",
"wss://relay.damus.io",
"wss://relay.nostr.bg",
"wss://relay.snort.social",
"wss://relay.primal.net",
"wss://nostr.bitcoiner.social",
"wss://nostr.mutinywallet.com",
"wss://relay.current.fyi",
2024-04-22 19:55:49 -03:00
// "wss://relay.plebstr.com",
2024-04-17 20:51:49 -03:00
// "wss://nostr-pub.wellorder.net",
// "wss://brb.io",
// "wss://eden.nostr.land",
// "wss://nostr.orangepill.dev",
];