From 3117aea34f257fc35fd6ecfdaa4e8163ef45e14b Mon Sep 17 00:00:00 2001 From: Alejandro Date: Wed, 14 Jan 2026 09:47:56 +0100 Subject: [PATCH] Update profile example domain name (#86) * Update profile example from verbiricha@habla.news to fiatjaf.com * Update remaining verbiricha@habla.news examples to fiatjaf.com in man.ts --------- Co-authored-by: Claude --- src/components/GrimoireWelcome.tsx | 2 +- src/types/man.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/GrimoireWelcome.tsx b/src/components/GrimoireWelcome.tsx index e4c89af..9c1d923 100644 --- a/src/components/GrimoireWelcome.tsx +++ b/src/components/GrimoireWelcome.tsx @@ -10,7 +10,7 @@ interface GrimoireWelcomeProps { const EXAMPLE_COMMANDS = [ { command: "nip 29", description: "View relay-based groups spec" }, { - command: "profile verbiricha@habla.news", + command: "profile fiatjaf.com", description: "Explore a Nostr profile", }, { command: "req -k 1 -l 20", description: "Query recent notes" }, diff --git a/src/types/man.ts b/src/types/man.ts index d12be49..69f47d2 100644 --- a/src/types/man.ts +++ b/src/types/man.ts @@ -237,7 +237,7 @@ export const manPages: Record = { "req -k 1 -l 20 Get 20 recent notes (auto-selects optimal relays via NIP-65)", "req -k 1,3,7 -l 50 Get notes, contact lists, and reactions", "req -k 0 -a fiatjaf.com Get profile (queries author's outbox relays)", - "req -k 1 -a verbiricha@habla.news Get notes from NIP-05 identifier", + "req -k 1 -a fiatjaf.com Get notes from NIP-05 identifier", "req -k 1 -a dergigi.com Get notes from bare domain (resolves to _@dergigi.com)", "req -k 1 -a fiatjaf.com,dergigi.com Get notes from multiple authors (balances across outbox relays)", "req -a $me Get all your events (queries your outbox relays)", @@ -250,7 +250,7 @@ export const manPages: Record = { "req -k 9735 -p $me --since 7d Get zaps you received (queries your inbox)", "req -k 9735 -P $me --since 7d Get zaps you sent", "req -k 9735 -P $contacts Get zaps sent by your contacts", - "req -k 1 -p verbiricha@habla.news Get notes mentioning user (queries their inbox)", + "req -k 1 -p fiatjaf.com Get notes mentioning user (queries their inbox)", "req -k 1 --since 1h relay.damus.io Get notes from last hour (manual relay override)", "req -k 1 --since 7d --until now Get notes from last week up to now", "req -k 1 --close-on-eose Get recent notes and close after EOSE",