update relay url
All checks were successful
Release / build_and_release (push) Successful in 55s

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

View File

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