mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-05-19 16:32:03 +00:00
Update nextauth ndk instance relays
This commit is contained in:
parent
2ad0574ccb
commit
0cf5772fc6
@ -14,7 +14,7 @@ import appConfig from "@/config/appConfig";
|
|||||||
|
|
||||||
// todo update EMAIL_FROM to be a plebdevs email
|
// todo update EMAIL_FROM to be a plebdevs email
|
||||||
const ndk = new NDK({
|
const ndk = new NDK({
|
||||||
explicitRelayUrls: appConfig.defaultRelayUrls
|
explicitRelayUrls: [...appConfig.defaultRelayUrls, "wss://relay.primal.net/", "wss://relay.damus.io/"]
|
||||||
});
|
});
|
||||||
|
|
||||||
const authorize = async (pubkey) => {
|
const authorize = async (pubkey) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user