export const FETCH_LIMIT = 20; export const NOSTR_MENTIONS = [ "@npub1", "nostr:npub1", "nostr:nprofile1", "nostr:naddr1", "npub1", "nprofile1", "naddr1", "Nostr:npub1", "Nostr:nprofile1", "Nostr:naddre1", ]; export const NOSTR_EVENTS = [ "@nevent1", "@note1", "@nostr:note1", "@nostr:nevent1", "nostr:note1", "note1", "nostr:nevent1", "nevent1", "Nostr:note1", "Nostr:nevent1", ]; // const BITCOINS = ['lnbc', 'bc1p', 'bc1q']; export const IMAGES = ["jpg", "jpeg", "gif", "png", "webp", "avif", "tiff"]; export const VIDEOS = [ "mp4", "mov", "webm", "wmv", "flv", "mts", "avi", "ogv", "mkv", "m3u8", ]; export const AUDIOS = ["mp3", "ogg", "wav"]; export const HASHTAGS = [ { hashtag: "#food" }, { hashtag: "#gaming" }, { hashtag: "#nsfw" }, { hashtag: "#bitcoin" }, { hashtag: "#nostr" }, { hashtag: "#nostrdesign" }, { hashtag: "#security" }, { hashtag: "#zap" }, { hashtag: "#LFG" }, { hashtag: "#zapchain" }, { hashtag: "#shitcoin" }, { hashtag: "#plebchain" }, { hashtag: "#nodes" }, { hashtag: "#hodl" }, { hashtag: "#stacksats" }, { hashtag: "#nokyc" }, { hashtag: "#meme" }, { hashtag: "#memes" }, { hashtag: "#memestr" }, { hashtag: "#nostriches" }, { hashtag: "#dev" }, { hashtag: "#anime" }, { hashtag: "#waifu" }, { hashtag: "#manga" }, { hashtag: "#lume" }, { hashtag: "#snort" }, { hashtag: "#damus" }, { hashtag: "#primal" }, ]; export const COL_TYPES = { default: 0, user: 1, thread: 2, hashtag: 3, group: 4, antenas: 5, topic: 6, trendingNotes: 9000, trendingAccounts: 9001, newsfeed: 9999, }; export const TOPICS = [ { title: "Gaming", content: [ "#gamestr", "#gaming", "#gamer", "#ps", "#playstation", "#videogames", "#game", "#xbox", "#games", "#twitch", "#fortnite", "#pc", "#pcgaming", "#gamers", "#gamingcommunity", "#switch", "#gamergirl", "#nintendo", "#gta", "#callofduty", "#pubg", "#videogame", "#esports", "#genshinimpact", "#honkaiimpact", "#warthunder", "#hoyoverse", "#arknights", "#soullike", "#eldenring", "#steam", "#pubg", "#cs2", "#apexlegends", "#baldurgate3", "#starfield", "#gta6", "#gameoftheyear", "#darksoul", "#batterfield", "#dota", "#rpg", "#thewitcher", "#rogally", "#rog", "#indiegames", "#indiedev", "#gamedev", ], }, { title: "Music", content: [ "#audiostr", "#musicstr", "#music", "#love", "#hiphop", "#rap", "#art", "#musician", "#artist", "#musica", "#singer", "#dj", "#rock", "#dance", "#guitar", "#song", "#newmusic", "#producer", "#life", "#rapper", "#party", "#fashion", "#explorepage", "#viral", "#beats", "#dvd", "#amass", "#bluray", "#Blu_Ray", "#taylor", ], }, { title: "Photography", content: [ "#photography", "#photooftheday", "#love", "#photo", "#nature", "#picoftheday", "#photographer", "#beautiful", "#fashion", "#travel", "#photoshoot", "#naturephotography", "#model", "#me", "#smile", "#style", "#happy", "#likes", "#myself", ], }, { title: "Art", content: [ "#nostrdesign", "#artstr", "#art", "#artist", "#drawing", "#artwork", "#painting", "#fashion", "#beautiful", "#illustration", "#digitalart", "#design", "#nature", "#photo", "#sketch", "#style", "#arte", "#happy", "#cute", "#draw", "#artoftheday", ], }, { title: "Movie", content: [ "#filmstr", "#moviestr", "#movies", "#movie", "#film", "#cinema", "#films", "#hollywood", "#actor", "#cinematography", "#actress", "#netflix", "#moviescenes", "#music", "#filmmaking", "#horror", "#bollywood", "#movienight", "#photography", "#comedy", "#cinephile", "#cine", "#tv", "#director", "#horrormovies", "#drama", "#filmmaker", ], }, { title: "Technology", content: [ "#apple", "#xiaomi", "#huawei", "#ai", "#oppo", "#nostr", "#technology", "#tech", "#innovation", "#engineering", "#business", "#iphone", "#technews", "#science", "#gadgets", "#electronics", "#android", "#software", "#programming", "#smartphone", "#samsung", "#coding", "#computer", "#security", "#gadget", "#mobile", "#technologynews", "#opensource", "#tor", "#bitcoin", "#lightning", ], }, { title: "Anime", content: [ "#animestr", "#anime", "#manga", "#otaku", "#animeart", "#animegirl", "#cosplay", "#weeb", "#onepiece", "#demonslayer", "#animeworld", "#aot", "#fanart", "#vocaloid", "#vtuber", "#fate", "#hololive", "#hololivemeet", "#pixiv", "#waifu", ], }, { title: "NSFW", content: [ "#pornstr", "#porn", "#nsfw", "#bdsm", "#lewd", "#kink", "#sexy", "#loli", "#hentai", "#ntr", ], }, ]; export const QUOTES = [ "You can learn more about nostr here: https://usenostr.org", "Nostr has a lot of awesome clients, you can spend a bit of time to try https://snort.social", "Nostr has a lot of awesome clients, you can spend a bit of time to try https://iris.to", "Nostr has a lot of awesome clients, you can spend a bit of time to try https://primal.net", "Nostr has a lot of awesome clients, you can spend a bit of time to try https://nostrudel.ninja", "If you're using iOS, you can use Nostr with https://damus.io", "If you're using Android, you can use Nostr with Amethyst", "If you want to curate and share your interests on Nostr, you can use https://pinstr.app", "If you want to post anonymously on Nostr, you can use https://www.get-tao.app", "If you want to read in-depth content and high quality insights, you can use https://habla.news", "You can send secure messages on Nostr with https://0xchat.com/", "Are you a fan of following topics, instead of people? Use https://zapddit.com", ];