Update nextauth ndk instance relays

This commit is contained in:
austinkelsay 2024-10-13 15:29:02 -05:00
parent 2ad0574ccb
commit 0cf5772fc6

View File

@ -14,7 +14,7 @@ import appConfig from "@/config/appConfig";
// todo update EMAIL_FROM to be a plebdevs email
const ndk = new NDK({
explicitRelayUrls: appConfig.defaultRelayUrls
explicitRelayUrls: [...appConfig.defaultRelayUrls, "wss://relay.primal.net/", "wss://relay.damus.io/"]
});
const authorize = async (pubkey) => {