feat: signal NIP20 support
This commit is contained in:
parent
d27ece735e
commit
8640e2c06f
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class NostrRelayInfo(BaseModel):
|
|||
description: Optional[str]
|
||||
pubkey: Optional[str]
|
||||
contact: Optional[str] = "https://t.me/lnbits"
|
||||
supported_nips: List[str] = ["NIP01", "NIP09", "NIP11", "NIP15"]
|
||||
supported_nips: List[str] = ["NIP01", "NIP09", "NIP11", "NIP15", "NIP20"]
|
||||
software: Optional[str] = "LNbist"
|
||||
version: Optional[str]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue