remove nip05 login, use nostrconnect instead

This commit is contained in:
Jon Staab
2024-11-12 13:27:19 -08:00
parent 1b15767a17
commit d5412811b2
13 changed files with 1263 additions and 157 deletions
+5 -1
View File
@@ -77,7 +77,11 @@ export const INDEXER_RELAYS = [
"wss://relay.nostr.band/",
]
export const PLATFORM_LOGO = "/pwa-192x192.png"
export const SIGNER_RELAYS = ["wss://relay.nsec.app/", "wss://bucket.coracle.social/"]
export const PLATFORM_URL = window.location.origin
export const PLATFORM_LOGO = PLATFORM_URL + "/pwa-192x192.png"
export const PLATFORM_NAME = import.meta.env.VITE_PLATFORM_NAME