feat: update URL endpoints for Nostr services

This commit updates the URL endpoints used for Nostr related services from .de to .top domains. This includes the relay URLs for plebs overview and login services, as well as the redirect URL for the einundzwanzig-plebs route.
This commit is contained in:
fsociety
2024-06-07 12:22:47 +02:00
parent de0581ae68
commit f4c46b0011
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
init() {
const nip07signer = new window.NDKNip07Signer();
const ndk = new window.NDK({
explicitRelayUrls: ['wss://nostr.codingarena.de'],
explicitRelayUrls: ['wss://nostr.codingarena.top'],
signer: nip07signer
});

View File

@@ -43,7 +43,7 @@
'wss://relay.nostr.band',
'wss://relay.damus.io',
'wss://eden.nostr.land',
'wss://nostr.codingarena.de',
'wss://nostr.codingarena.top',
'wss://relay.primal.net',
],
});
@@ -85,7 +85,7 @@
'wss://relay.nostr.band',
'wss://relay.damus.io',
'wss://eden.nostr.land',
'wss://nostr.codingarena.de',
'wss://nostr.codingarena.top',
'wss://relay.primal.net',
],
signer: this.nip07signer