explicit relay list

This commit is contained in:
0ceanSlim 2024-04-16 16:58:55 -04:00
parent ffb2aabce4
commit 92232d61a6

View File

@ -16,7 +16,7 @@ async function fetchUserProfile(npub, ndk) {
throw error; throw error;
} }
} }
const relays = ["wss://nostr.happytavern.co"]; const relays = ["wss://purplepag.es"];
const ndk = new NDK({ explicitRelayUrls: relays }); const ndk = new NDK({ explicitRelayUrls: relays });
async function login() { async function login() {