diff options
| author | Asai Toshiya <to.asai.60@gmail.com> | 2024-11-29 23:52:53 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-29 23:52:53 +0900 |
| commit | e9f4cf52f5043601de0c2485f31b9591de6dfd68 (patch) | |
| tree | 4ac9e67629082111dfa39742cc1b5bc0db3d3720 | |
| parent | 0352f8487db8046542bbc04ba02e6153d34968be (diff) | |
| parent | 2ffd8ec36360512c5f5087519b667434b4dc7832 (diff) | |
Merge pull request #1617 from s3-odara/patch-2
use example domain
| -rw-r--r-- | 46.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -213,7 +213,7 @@ _remote-signer_ MAY publish it's metadata by using [NIP-05](05.md) and [NIP-89]( | |||
| 213 | }, | 213 | }, |
| 214 | "nip46": { | 214 | "nip46": { |
| 215 | "relays": ["wss://relay1","wss://relay2"...], | 215 | "relays": ["wss://relay1","wss://relay2"...], |
| 216 | "nostrconnect_url": "https://remote-signer-domain.com/<nostrconnect>" | 216 | "nostrconnect_url": "https://remote-signer-domain.example/<nostrconnect>" |
| 217 | } | 217 | } |
| 218 | } | 218 | } |
| 219 | ``` | 219 | ``` |