From 5f753c45e145b684ef01bbf26b8ec6445dbb8e46 Mon Sep 17 00:00:00 2001 From: greenart7c3 Date: Wed, 26 Feb 2025 07:50:50 -0300 Subject: [PATCH] Add cryptocurrency_addresses field --- 24.md | 1 + 1 file changed, 1 insertion(+) diff --git a/24.md b/24.md index df3a9323..60fda488 100644 --- a/24.md +++ b/24.md @@ -17,6 +17,7 @@ These are extra fields not specified in NIP-01 that may be present in the string - `website`: a web URL related in any way to the event author. - `banner`: an URL to a wide (~1024x768) picture to be optionally displayed in the background of a profile screen. - `bot`: a boolean to clarify that the content is entirely or partially the result of automation, such as with chatbots or newsfeeds. + - `cryptocurrency_addresses`: A JSON object containing cryptocurrency names and their corresponding addresses, like the following example: `{"bitcoin":"bc1q...","monero":"888tN...",...}` ### Deprecated fields