upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuhail Saqan <suhail.saqan@gmail.com>2023-06-17 16:01:03 -0500
committerSuhail Saqan <suhail.saqan@gmail.com>2023-06-17 16:01:03 -0500
commit83cbd3e17a12bbc2b63799fe8f53883f80f70809 (patch)
treef5f82905a32ddef004c2a86ab83eb015a4a548bb
parent89b308d5402d7b4c4e8daabdaa9f28a45cc2a829 (diff)
change from `Image` to `Icon`
-rw-r--r--11.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/11.md b/11.md
index 3ad6896..ec46b36 100644
--- a/11.md
+++ b/11.md
@@ -255,14 +255,14 @@ Relays that require payments may want to expose their fee schedules.
255} 255}
256``` 256```
257 257
258### Image ### 258### Icon ###
259 259
260A URL pointing to an image to be used to represent the relay. 260A URL pointing to an image to be used as an icon for the relay. Recommended to be squared in shape.
261 261
262```json 262```json
263{ 263{
264... 264...
265 "image": "https://nostr.build/i/53866b44135a27d624e99c6165cabd76ac8f72797209700acb189fce75021f47.jpg", 265 "icon": "https://nostr.build/i/53866b44135a27d624e99c6165cabd76ac8f72797209700acb189fce75021f47.jpg",
266... 266...
267} 267}
268``` 268```
@@ -294,4 +294,4 @@ As of 2 May 2023 the following `curl` command provided these results.
294 "payments_url":"https://eden.nostr.land/invoices", 294 "payments_url":"https://eden.nostr.land/invoices",
295 "fees":{"admission":[{"amount":5000000,"unit":"msats"}], 295 "fees":{"admission":[{"amount":5000000,"unit":"msats"}],
296 "publication":[]}}, 296 "publication":[]}},
297 "image": "https://nostr.build/i/53866b44135a27d624e99c6165cabd76ac8f72797209700acb189fce75021f47.jpg" 297 "icon": "https://nostr.build/i/53866b44135a27d624e99c6165cabd76ac8f72797209700acb189fce75021f47.jpg"