From 749e36f65ab300c34139c997a0132ee94e6fd61b Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Mon, 30 Oct 2023 11:28:55 -0400 Subject: [PATCH] adding relays --- constants/relays.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constants/relays.ts b/constants/relays.ts index 2bb123b..24950bd 100644 --- a/constants/relays.ts +++ b/constants/relays.ts @@ -4,4 +4,6 @@ export const RELAYS = [ "wss://nostr.wine", "wss://relay.damus.io", "wss://nostr.swiss-enigma.ch", + "wss://relay.nostr.band", + "wss://relayable.org", ];