Browse Source

feat: update monitor relays

imwald
codytseng 1 year ago
parent
commit
8f5c3ac4d6
  1. 2
      src/constants.ts

2
src/constants.ts

@ -30,4 +30,4 @@ export const URL_REGEX = /https?:\/\/[\w\p{L}\p{N}\p{M}&.-/?=#\-@%+_,:!~*]+/gu @@ -30,4 +30,4 @@ export const URL_REGEX = /https?:\/\/[\w\p{L}\p{N}\p{M}&.-/?=#\-@%+_,:!~*]+/gu
export const EMAIL_REGEX = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/
export const MONITOR = '9bbbb845e5b6c831c29789900769843ab43bb5047abe697870cb50b6fc9bf923'
export const MONITOR_RELAYS = ['wss://history.nostr.watch/']
export const MONITOR_RELAYS = ['wss://relay.nostr.watch/']

Loading…
Cancel
Save