explicit relay list
This commit is contained in:
parent
ffb2aabce4
commit
92232d61a6
2
index.js
2
index.js
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user