diff options
| -rw-r--r-- | 11.md | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -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 | ||
| 260 | A URL pointing to an image to be used to represent the relay. | 260 | A 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" |