Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nostr relay list (removed three that are offline + added two public relays) #3142

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/extension/background-script/actions/nostr/getRelays.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ const getRelays = async (message: MessageDefaultPublic, sender: Sender) => {
return {
data: {
"wss://relay.damus.io": { read: true, write: true },
"wss://nostr1.tunnelsats.com": { read: true, write: true },
"wss://nostr-pub.wellorder.net": { read: true, write: true },
"wss://relay.nostr.info": { read: true, write: true },
"wss://nostr-relay.wlvs.space": { read: true, write: true },
"wss://nostr.bitcoiner.social": { read: true, write: true },
"wss://nostr-01.bolt.observer": { read: true, write: true },
"wss://relayer.fiatjaf.com": { read: true, write: true },
"wss://relay.current.io": { read: true, write: true },
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this relay is no more, is it?

"wss://nos.lol": { read: true, write: true }
},
};
};
Expand Down
Loading