feat: update supported NIPs
This commit is contained in:
parent
abe8c65c4c
commit
8c860f851a
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ class NostrRelay(BaseModel):
|
||||||
) -> dict:
|
) -> dict:
|
||||||
return {
|
return {
|
||||||
"contact": "https://t.me/lnbits",
|
"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",
|
"software": "LNbits",
|
||||||
"version": "",
|
"version": "",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue