Skip to content

Commit

Permalink
change from Image to Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
suhailsaqan committed Jun 17, 2023
1 parent 89b308d commit 83cbd3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 11.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,14 +255,14 @@ Relays that require payments may want to expose their fee schedules.
}
```

### Image ###
### Icon ###

A URL pointing to an image to be used to represent the relay.
A URL pointing to an image to be used as an icon for the relay. Recommended to be squared in shape.

```json
{
...
"image": "https://nostr.build/i/53866b44135a27d624e99c6165cabd76ac8f72797209700acb189fce75021f47.jpg",
"icon": "https://nostr.build/i/53866b44135a27d624e99c6165cabd76ac8f72797209700acb189fce75021f47.jpg",
...
}
```
Expand Down Expand Up @@ -294,4 +294,4 @@ As of 2 May 2023 the following `curl` command provided these results.
"payments_url":"https://eden.nostr.land/invoices",
"fees":{"admission":[{"amount":5000000,"unit":"msats"}],
"publication":[]}},
"image": "https://nostr.build/i/53866b44135a27d624e99c6165cabd76ac8f72797209700acb189fce75021f47.jpg"
"icon": "https://nostr.build/i/53866b44135a27d624e99c6165cabd76ac8f72797209700acb189fce75021f47.jpg"

0 comments on commit 83cbd3e

Please sign in to comment.