fix: freeze REGISTRY_TYPES

This commit is contained in:
Derrick Hammer 2023-09-02 05:36:31 -04:00
parent 2f873efc43
commit 6d575a1cec
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ export const REGISTRY_TYPES = {
/// can point to resolver CID, Stream CID, Directory Metadata or Media Metadata object
ENCRYPTED_CID: 0x5e,
};
Object.freeze(REGISTRY_TYPES);
// ! some multicodec bytes
// BLAKE3 with default output size of 256 bits