feat: connection initiated by the client (#364)

This commit is contained in:
hoppe 2025-06-03 23:06:56 +09:00 committed by GitHub
parent 6bfae35f6a
commit 74986b1c6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 741 additions and 2 deletions

View file

@ -82,3 +82,5 @@ export const NIP_96_SERVICE = [
'https://files.sovbit.host'
]
export const DEFAULT_NIP_96_SERVICE = 'https://nostr.build'
export const DEFAULT_NOSTRCONNECT_RELAY = ['wss://relay.nsec.app/'];