diff --git a/src/constants/kinds.ts b/src/constants/kinds.ts index 1d7480f..791ef06 100644 --- a/src/constants/kinds.ts +++ b/src/constants/kinds.ts @@ -843,6 +843,20 @@ export const EVENT_KINDS: Record = { nip: "96", icon: Cloud, }, + 10101: { + kind: 10101, + name: "Wiki Authors", + description: "Good wiki authors", + nip: "54", + icon: Users, + }, + 10102: { + kind: 10102, + name: "Wiki Relays", + description: "Good wiki relays", + nip: "54", + icon: Radio, + }, 10166: { kind: 10166, name: "Relay Monitor",