We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7550b commit e03ea47Copy full SHA for e03ea47
src/app/nostr/client.jsx
@@ -12,10 +12,7 @@ async function main() {
12
console.log("Secret key (bech32): ", keys.secretKey.toBech32());
13
14
let client = new Client(keys);
15
- await client.addRelay("wss://relay.damus.io");
16
- await client.addRelay("wss://nostr.oxtr.dev");
17
- await client.addRelay("wss://nostr.bitcoiner.social");
18
-
+ await client.addRelay("wss://https://relay.nostr.net");
19
await client.connect();
20
21
0 commit comments