fallback-relays.ts raw

   1  /**
   2   * Fallback relays used for fetching profile metadata (kind 0 events).
   3   * These are well-known relays that aggregate profile data.
   4   */
   5  export const FALLBACK_PROFILE_RELAYS = [
   6    'wss://relay.nostr.band/',
   7    'wss://nostr.wine/',
   8    'wss://nos.lol/',
   9    'wss://relay.primal.net/',
  10    'wss://purplepag.es/',
  11  ];
  12