Skip to content

Commit

Permalink
feat(playground): extra relays
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanssen0 committed Jan 14, 2025
1 parent 28c211d commit 0acd7ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/playground/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ async function getFromNostr(relayUrl: string, id: string): Promise<string> {

const DEFAULT_NOSTR_RELAYS = [
"wss://relay.nostr.band",
"wss://purplerelay.com",
"wss://relay.nostr.net",
"wss://nostr.oxtr.dev",
"wss://relay.damus.io",
];
Expand Down

0 comments on commit 0acd7ec

Please sign in to comment.