From d00c6b2d0058111d1635241d83dd724f1f1d9616 Mon Sep 17 00:00:00 2001 From: Yonle Date: Wed, 15 Nov 2023 14:18:57 +0700 Subject: [PATCH] Change default supported_nips Signed-off-by: Yonle --- config.js.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js.example b/config.js.example index f731f8c..eaa5701 100644 --- a/config.js.example +++ b/config.js.example @@ -31,7 +31,7 @@ module.exports = { // Some nostr client may read the following for compatibility check. // 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], + "supported_nips": [1,2,9,11,12,15,16,20,22,33,40,50] "version": "1.0.0" },