Update config

Now supports NIP-45
This commit is contained in:
Tony Klink 2024-01-25 20:49:30 -06:00
parent 5b7d0b7938
commit f24918f1e4
Signed by: klink
GPG key ID: 85175567C4D19231

View file

@ -45,7 +45,7 @@ impl Config {
"contact": "klink@zhitno.st", "contact": "klink@zhitno.st",
"name": "zhitno.st", "name": "zhitno.st",
"description": "Very *special* nostr relay", "description": "Very *special* nostr relay",
"supported_nips": [ 1, 9, 11, 12, 15, 16, 20, 22, 28, 33 ], "supported_nips": [ 1, 9, 11, 12, 15, 16, 20, 22, 28, 33, 45 ],
"software": "git+https://git.zhitno.st/Klink/sneedstr.git", "software": "git+https://git.zhitno.st/Klink/sneedstr.git",
"version": "0.1.0" "version": "0.1.0"
}) })