Skip to content

Commit

Permalink
Relay server address fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
KiPSOFT committed Feb 20, 2023
1 parent 5f6ea64 commit 05f977e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/lib/nostr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default class NostrCheck extends Nostr {
this.db = _db;
const server = {
name: 'Nostrprotocol',
url: 'ws://localhost:8080'
url: 'wss://relay.nostrprotocol.net'
}
this.privateKey = Deno.env.get('PRIVATE_KEY');
this.relayList.push(server as never);
Expand Down

0 comments on commit 05f977e

Please sign in to comment.