change the default supported_nips once again

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle 2023-11-12 19:41:36 +07:00
parent 8ad8e07536
commit 33dbdefd9f

View File

@ -30,8 +30,8 @@ module.exports = {
"software": "git+https://github.com/Yonle/bostr",
// Some nostr client may read the following for compatibility check.
// You may change the supported_nips when needed.
"supported_nips": [1,9,11,12,15,16,20,22,26,28,33,40],
// You may change the supported_nips to match with what your relays supported.
"supported_nips": [1,9,11,12,15,16,20,22,26,28,33,40,50],
"version": "1.0.0"
},