mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
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:
@@ -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
|
||||
});
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user