Skip to content

Commit

Permalink
Always use the same relays.
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Aug 11, 2024
1 parent 2724e06 commit 4d20ead
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ export const DEFAULT_RELAYS = [
"wss://relay.primal.net",
"wss://relay.damus.io",
"wss://nostr.manasiwibi.com",
"wss://nos.lol",
];
export const DEV_RELAYS = ["wss://nos.lol"];
// Dev vs production relays don't work because relays copy from each other.
export const DEV_RELAYS = DEFAULT_RELAYS;
export const PANEL_CONTAINER_ID = "panelID";
export const BADGE_CONTAINER_ID = "badge";
export const CONTENT_MINIMUM_LENGTH = 3;
Expand Down

0 comments on commit 4d20ead

Please sign in to comment.