export const JUMBLE_API_BASE_URL = 'https://api.jumble.social' export const DEFAULT_FAVORITE_RELAYS = [ 'wss://nostr.wine/', 'wss://pyramid.fiatjaf.com/', 'wss://relays.land/spatianostra/', 'wss://theforest.nostr1.com/', 'wss://algo.utxo.one/', 'wss://140.f7z.io/', 'wss://news.utxo.one/' ] export const RECOMMENDED_RELAYS = DEFAULT_FAVORITE_RELAYS.concat(['wss://yabu.me/']) export const StorageKey = { VERSION: 'version', THEME_SETTING: 'themeSetting', RELAY_SETS: 'relaySets', ACCOUNTS: 'accounts', CURRENT_ACCOUNT: 'currentAccount', ADD_CLIENT_TAG: 'addClientTag', NOTE_LIST_MODE: 'noteListMode', NOTIFICATION_TYPE: 'notificationType', DEFAULT_ZAP_SATS: 'defaultZapSats', DEFAULT_ZAP_COMMENT: 'defaultZapComment', QUICK_ZAP: 'quickZap', LAST_READ_NOTIFICATION_TIME_MAP: 'lastReadNotificationTimeMap', ACCOUNT_FEED_INFO_MAP: 'accountFeedInfoMap', MEDIA_UPLOAD_SERVICE: 'mediaUploadService', AUTOPLAY: 'autoplay', HIDE_UNTRUSTED_INTERACTIONS: 'hideUntrustedInteractions', HIDE_UNTRUSTED_NOTIFICATIONS: 'hideUntrustedNotifications', TRANSLATION_SERVICE_CONFIG_MAP: 'translationServiceConfigMap', HIDE_UNTRUSTED_NOTES: 'hideUntrustedNotes', HIDE_UNTRUSTED_EVENTS: 'hideUntrustedEvents', // deprecated ACCOUNT_RELAY_LIST_EVENT_MAP: 'accountRelayListEventMap', // deprecated ACCOUNT_FOLLOW_LIST_EVENT_MAP: 'accountFollowListEventMap', // deprecated ACCOUNT_MUTE_LIST_EVENT_MAP: 'accountMuteListEventMap', // deprecated ACCOUNT_MUTE_DECRYPTED_TAGS_MAP: 'accountMuteDecryptedTagsMap', // deprecated ACCOUNT_PROFILE_EVENT_MAP: 'accountProfileEventMap', // deprecated ACTIVE_RELAY_SET_ID: 'activeRelaySetId', // deprecated FEED_TYPE: 'feedType' // deprecated } export const ApplicationDataKey = { NOTIFICATIONS_SEEN_AT: 'seen_notifications_at' } export const BIG_RELAY_URLS = [ 'wss://relay.damus.io/', 'wss://nos.lol/', 'wss://relay.nostr.band/', 'wss://nostr.mom/' ] export const SEARCHABLE_RELAY_URLS = ['wss://relay.nostr.band/', 'wss://search.nos.today/'] export const GROUP_METADATA_EVENT_KIND = 39000 export const ExtendedKind = { PICTURE: 20, FAVORITE_RELAYS: 10012, COMMENT: 1111, GROUP_METADATA: 39000 } export const URL_REGEX = /https?:\/\/[\w\p{L}\p{N}\p{M}&.-/?=#\-@%+_:!~*]+(?