Skip to content

Commit

Permalink
Public relay name change (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Lee committed Feb 9, 2023
1 parent 8ea9420 commit e140ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/relays.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const relayList: RelayInterface[] = [
{ name: "wss://rsslay.fiatjaf.com", alias: 'rsslay' },
{ name: "wss://freedom-relay.herokuapp.com/ws", alias: 'freedom.relay' },
{ name: "wss://nostr-relay.freeberty.net", alias: 'freeberty' },
{ name: "wss://nostr.bitcoiner.social", alias: 'bitcoiner.social' },
{ name: "wss://offchain.pub", alias: 'offchain.pub' },
{ name: "wss://nostr-relay.wlvs.space", alias: 'wlvs.space' },
{ name: "wss://nostr.onsats.org", alias: 'onsats' },
{ name: "wss://nostr-relay.untethr.me", alias: 'untethr' },
Expand Down

0 comments on commit e140ef2

Please sign in to comment.