Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Fix client
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Apr 16, 2024
1 parent 2f81db2 commit 0e7bf48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/nostr/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ async function main() {
await client.addRelay("wss://relay.damus.io");
await client.addRelay("wss://nostr.oxtr.dev");
await client.addRelay("wss://nostr.bitcoiner.social");
await client.addRelay("wss://nostr.openchain.fr");

await client.connect();

Expand Down

0 comments on commit 0e7bf48

Please sign in to comment.