From 7a6a740484f22f6f013a2df541fde11ee667e47e Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 5 Apr 2023 04:07:46 -0400 Subject: [PATCH] *update module hash --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 110700c..33f88de 100644 --- a/src/index.ts +++ b/src/index.ts @@ -295,7 +295,7 @@ export class Socket extends Client { } } -const MODULE = "_AVQCyWxDQns1-CtIS667XAuVKTuyj7b09s_7bRJfNSa6Q"; +const MODULE = "_AVKgzVYC8Sb_qiTA6kw5BDzQ4Ch-8D4sldQJl8dXF9oTw"; export const createClient = factory(SwarmClient, MODULE);