Add store package

This commit is contained in:
Jon Staab
2024-08-01 15:33:37 -07:00
parent cfb0d01316
commit 7bb6d8c54a
10 changed files with 469 additions and 5 deletions
+5 -3
View File
@@ -20,7 +20,6 @@ export const GROUP_CHAT_THREAD = 11
export const GROUP_CHAT_THREAD_REPLY = 12
export const SEAL = 13
export const DIRECT_MESSAGE = 14
export const READ_RECEIPT = 15
export const GENERIC_REPOST = 16
export const CHANNEL_CREATE = 40
export const CHANNEL_UPDATE = 41
@@ -35,8 +34,8 @@ export const WRAP_NIP04 = 1060
export const FILE_METADATA = 1063
export const LIVE_CHAT_MESSAGE = 1311
export const GIT_PATCH = 1617
export const GIT_ISSUE = 1617
export const GIT_REPLY = 1617
export const GIT_ISSUE = 1621
export const GIT_REPLY = 1622
export const GIT_STATUS_OPEN = 1630
export const GIT_STATUS_COMPLETE = 1631
export const GIT_STATUS_CLOSED = 1632
@@ -103,6 +102,9 @@ export const TOPICS = 10015
export const EMOJIS = 10030
export const INBOX_RELAYS = 10050
export const FILE_SERVERS = 10096
export const SEEN_GENERAL = 10115
export const SEEN_CONTEXT = 10116
export const SEEN_CONVERSATION = 10117
export const LIGHTNING_PUB_RPC = 21000
export const CLIENT_AUTH = 22242
export const WALLET_INFO = 13194