feat: update supported NIPs

This commit is contained in:
Vlad Stan 2023-02-21 16:09:37 +02:00
parent abe8c65c4c
commit 8c860f851a

View file

@ -122,7 +122,7 @@ class NostrRelay(BaseModel):
) -> dict:
return {
"contact": "https://t.me/lnbits",
"supported_nips": [1, 9, 11, 15, 20, 22, 42],
"supported_nips": [1, 2, 4, 9, 11, 15, 16, 20, 22, 28, 42],
"software": "LNbits",
"version": "",
}