Skip to content

Commit

Permalink
problem: NDK can't handle flakey relays
Browse files Browse the repository at this point in the history
  • Loading branch information
gsovereignty committed Apr 30, 2024
1 parent ed9db83 commit 4a83b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const hexPubkeyValidator = /^\w{64}$/;

export const profileRelays = [
//"wss://nostr.688.org",
"wss://search.nos.today",
//"wss://search.nos.today",
"wss://relay.damus.io",
"wss://nos.lol",
"wss://relay.nostr.bg",
Expand All @@ -67,7 +67,7 @@ export const defaultRelays = [
];

export const localRelays = [
"wss://relay.mutinywallet.com",
//"wss://relay.mutinywallet.com",
//"wss://relay.nostrocket.org",
//"ws://45.77.143.197:7777",
"ws://127.0.0.1:6969",
Expand Down

0 comments on commit 4a83b38

Please sign in to comment.