Skip to content

Commit 89e5b57

Browse files
Mostronatormostronator
andauthored
fix: update supported NIPs list in zapstore.yaml (#464)
Update the supported_nips field to accurately reflect the NIPs implemented in Mostro Mobile: - Keep: 01 (basic protocol), 59 (gift wrap), 69 (P2P orders) - Add: 06 (key from mnemonic), 44 (versioned encryption), 47 (Nostr Wallet Connect), 65 (relay list metadata) - Remove: 17 (not directly implemented in mobile) NIP-33 was also removed as replaceable events are now part of NIP-01. Co-authored-by: mostronator <mostronator@users.noreply.github.com>
1 parent 52b199c commit 89e5b57

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

zapstore.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ images:
3939
- assets/images/screenshot-8.jpg
4040
supported_nips:
4141
- "01"
42-
- "17"
42+
- "06"
43+
- "44"
44+
- "47"
4345
- "59"
46+
- "65"
4447
- "69"
4548
metadata_sources:
4649
- github

0 commit comments

Comments
 (0)