From 170889c895b816304cd00785fa3b05e49caaf323 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 5 Mar 2024 18:16:19 -0600 Subject: [PATCH] nostr: add name _ for default id --- .well-known/nostr.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .well-known/nostr.json diff --git a/.well-known/nostr.json b/.well-known/nostr.json new file mode 100644 index 0000000000..c4d27c88df --- /dev/null +++ b/.well-known/nostr.json @@ -0,0 +1,5 @@ +{ + "names": { + "_": "8b6d16db3516cac6db98df93a633ccb8116cb1088a25c2d86a70b9b17a63259a" + } +} \ No newline at end of file -- 2.49.0