feat: working on distribution

This commit is contained in:
gzuuus
2025-02-28 17:32:37 +01:00
parent 9ba1297ae3
commit 16caaac124
30 changed files with 348 additions and 70 deletions

View File

@@ -0,0 +1,5 @@
export const HEX_KEYS_REGEX = /^(?:[0-9a-fA-F]{64})$/;
export const DVM_ANNOUNCEMENT_KIND = 31990;
export const DVM_NOTICE_KIND = 7000;
export const TOOL_REQUEST_KIND = 5910;
export const TOOL_RESPONSE_KIND = 6910;