Skip to content

Commit

Permalink
client-web: updated relay list
Browse files Browse the repository at this point in the history
  • Loading branch information
franzos committed Dec 18, 2023
1 parent 1a4578f commit 70de9a9
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions client-web/src/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const MAX_EVENTS = 100;
export const MAX_EVENTS = 200;
export const EVENTS_PER_PAGE = 25;
export const DEFAULT_RELAYS = {
"wss://relay.shitforce.one": {
Expand Down Expand Up @@ -37,19 +37,23 @@ export const DEFAULT_RELAYS = {
read: true,
write: false,
},
"wss://relay.cryptocculture.com": {
"wss://relay.nostr.bg": {
read: true,
write: false,
},
"wss://relay.nostr.bg": {
"wss://relay.nostr.ro": {
read: true,
write: false,
},
"wss://relay.nostrich.de": {
"wss://nostr.oxtr.dev": {
read: true,
write: false,
},
"wss://relay.nostr.ro": {
"wss://nostr.noones.com": {
read: true,
write: false,
},
"wss://nostr.vulpem.com": {
read: true,
write: false,
},
Expand Down

0 comments on commit 70de9a9

Please sign in to comment.