update relay url

This commit is contained in:
SwiftHawk 2024-04-08 17:53:47 +05:00
parent bd1e8417c1
commit 96587e3e6a

@ -351,7 +351,7 @@ export const HomePage = () => {
// todo: do not use hardcoded relay
await nostrController
.publishEvent(signedEvent, 'wss://relayable.org')
.publishEvent(signedEvent, 'wss://relay.snort.social')
.then(() => {
toast.success('DM sent to first signer')
})