Skip to content

Commit

Permalink
make zap cooking only default relay
Browse files Browse the repository at this point in the history
  • Loading branch information
chakany committed Dec 16, 2024
1 parent 1f09152 commit 6c2220e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/consts.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export const standardRelays = [
'wss://kitchen.zap.cooking',
'wss://nostr.mom',
'wss://relay.nostr.bg',
'wss://nostr.wine',
'wss://relay.nostr.band'
//'wss://nostr.mom',
//'wss://relay.nostr.bg',
//'wss://nostr.wine',
//'wss://relay.nostr.band'
];

export type recipeTag =
Expand Down

0 comments on commit 6c2220e

Please sign in to comment.